pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/shells/pbosh shells/pbosh: Specify minimum required ve...
details: https://anonhg.NetBSD.org/pkgsrc/rev/27b9729031ba
branches: trunk
changeset: 439738:27b9729031ba
user: micha <micha%pkgsrc.org@localhost>
date: Mon Sep 28 10:40:25 2020 +0000
description:
shells/pbosh: Specify minimum required version of smake tool dependency
This is required because devel/smake/Makefile.common must be recent enough.
diffstat:
shells/pbosh/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 4555144eeec2 -r 27b9729031ba shells/pbosh/Makefile
--- a/shells/pbosh/Makefile Mon Sep 28 10:39:31 2020 +0000
+++ b/shells/pbosh/Makefile Mon Sep 28 10:40:25 2020 +0000
@@ -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 @@
.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