pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/star archivers/star: Specifiy minimum requir...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/862d6c8ef24e
branches:  trunk
changeset: 439736:862d6c8ef24e
user:      micha <micha%pkgsrc.org@localhost>
date:      Mon Sep 28 10:36:06 2020 +0000

description:
archivers/star: Specifiy minimum required version of smake tool dependency

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

diffstat:

 archivers/star/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d6bef095df8b -r 862d6c8ef24e archivers/star/Makefile
--- a/archivers/star/Makefile   Mon Sep 28 10:04:22 2020 +0000
+++ b/archivers/star/Makefile   Mon Sep 28 10:36:06 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2020/08/26 13:51:36 micha Exp $
+# $NetBSD: Makefile,v 1.54 2020/09/28 10:36:06 micha Exp $
 
 DISTNAME=      schily-2020-08-12
 PKGNAME=       star-1.6.1
@@ -16,7 +16,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