summaryrefslogtreecommitdiff
path: root/shells/pbosh
diff options
context:
space:
mode:
authormicha <micha@pkgsrc.org>2020-09-28 10:40:25 +0000
committermicha <micha@pkgsrc.org>2020-09-28 10:40:25 +0000
commit4094bff184baa9618aef54ac5947779ce27c47aa (patch)
treef4d338319d5fa625f206ee7c24f677762c8d1f7a /shells/pbosh
parent9427b8e68f1456eff66d4f0c7eb69267860ff99d (diff)
downloadpkgsrc-4094bff184baa9618aef54ac5947779ce27c47aa.tar.gz
shells/pbosh: Specify minimum required version of smake tool dependency
This is required because devel/smake/Makefile.common must be recent enough.
Diffstat (limited to 'shells/pbosh')
-rw-r--r--shells/pbosh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/pbosh/Makefile b/shells/pbosh/Makefile
index cf0620221d4..3819c0e7fa3 100644
--- a/shells/pbosh/Makefile
+++ b/shells/pbosh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2020/08/26 14:22:36 micha Exp $
+# $NetBSD: Makefile,v 1.15 2020/09/28 10:40:25 micha Exp $
DISTNAME= schily-2020-08-12
PKGNAME= pbosh-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