pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/shells/bosh
Module Name: pkgsrc
Committed By: micha
Date: Mon Sep 28 10:39:31 UTC 2020
Modified Files:
pkgsrc/shells/bosh: Makefile
Log Message:
shells/bosh: Specify minimum required version of smake tool dependency
This is required because devel/smake/Makefile.common must be recent enough.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/shells/bosh/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/shells/bosh/Makefile
diff -u pkgsrc/shells/bosh/Makefile:1.14 pkgsrc/shells/bosh/Makefile:1.15
--- pkgsrc/shells/bosh/Makefile:1.14 Wed Aug 26 14:11:03 2020
+++ pkgsrc/shells/bosh/Makefile Mon Sep 28 10:39:31 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2020/08/26 14:11:03 micha Exp $
+# $NetBSD: Makefile,v 1.15 2020/09/28 10:39:31 micha Exp $
DISTNAME= schily-2020-08-12
PKGNAME= bosh-20200812
@@ -15,7 +15,7 @@ MAKE_JOBS_SAFE= no
.include "../../mk/bsd.prefs.mk"
-TOOL_DEPENDS+= smake-[0-9]*:../../devel/smake
+TOOL_DEPENDS+= smake>=1.3nb11:../../devel/smake
SMAKE= MAKEFLAGS= smake
MAKE_FLAGS+= DESTDIR=${DESTDIR} INS_BASE=${PREFIX} DEFMANBASE=. MANDIR=${PKGMANDIR}
# Honor CPPFLAGS, CFLAGS and LDFLAGS
Home |
Main Index |
Thread Index |
Old Index