pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/bosh shells/bosh: Specify minimum required vers...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4555144eeec2
branches:  trunk
changeset: 439737:4555144eeec2
user:      micha <micha%pkgsrc.org@localhost>
date:      Mon Sep 28 10:39:31 2020 +0000

description:
shells/bosh: Specify minimum required version of smake tool dependency

This is required because devel/smake/Makefile.common must be recent enough.

diffstat:

 shells/bosh/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 862d6c8ef24e -r 4555144eeec2 shells/bosh/Makefile
--- a/shells/bosh/Makefile      Mon Sep 28 10:36:06 2020 +0000
+++ b/shells/bosh/Makefile      Mon Sep 28 10:39:31 2020 +0000
@@ -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 @@
 
 .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