pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/smake



Module Name:    pkgsrc
Committed By:   nikita
Date:           Fri Feb 17 12:27:46 UTC 2023

Modified Files:
        pkgsrc/devel/smake: Makefile

Log Message:
smake: use gm4


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/smake/Makefile

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

Modified files:

Index: pkgsrc/devel/smake/Makefile
diff -u pkgsrc/devel/smake/Makefile:1.24 pkgsrc/devel/smake/Makefile:1.25
--- pkgsrc/devel/smake/Makefile:1.24    Thu Feb 16 18:14:29 2023
+++ pkgsrc/devel/smake/Makefile Fri Feb 17 12:27:45 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2023/02/16 18:14:29 nikita Exp $
+# $NetBSD: Makefile,v 1.25 2023/02/17 12:27:45 nikita Exp $
 
 DISTNAME=      2023-01-12
 PKGNAME=       smake-1.7
@@ -14,7 +14,7 @@ LICENSE=      cddl-1.0
 
 MAKE_FLAGS+=   GMAKE_NOWARN=true
 
-USE_TOOLS+=    gmake m4
+USE_TOOLS+=    gmake gm4
 MAKE_FLAGS+=   DESTDIR=${DESTDIR} INS_BASE=${PREFIX} DEFMANBASE=. MANDIR=${PKGMANDIR}
 # Honor CPPFLAGS, CFLAGS and LDFLAGS
 MAKE_FLAGS+=   CPPOPTX=${CPPFLAGS:Q} COPTX=${CFLAGS:Q} LDOPTX=${LDFLAGS:Q}



Home | Main Index | Thread Index | Old Index