pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/star



Module Name:    pkgsrc
Committed By:   micha
Date:           Mon Sep 28 10:36:06 UTC 2020

Modified Files:
        pkgsrc/archivers/star: Makefile

Log Message:
archivers/star: Specifiy 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.53 -r1.54 pkgsrc/archivers/star/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/star/Makefile
diff -u pkgsrc/archivers/star/Makefile:1.53 pkgsrc/archivers/star/Makefile:1.54
--- pkgsrc/archivers/star/Makefile:1.53 Wed Aug 26 13:51:36 2020
+++ pkgsrc/archivers/star/Makefile      Mon Sep 28 10:36:06 2020
@@ -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 @@ 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