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: Thu Feb 16 18:14:29 UTC 2023
Modified Files:
pkgsrc/devel/smake: Makefile
Log Message:
smake: fix failure to build, add m4 dependency
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 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.23 pkgsrc/devel/smake/Makefile:1.24
--- pkgsrc/devel/smake/Makefile:1.23 Wed Jan 25 16:04:26 2023
+++ pkgsrc/devel/smake/Makefile Thu Feb 16 18:14:29 2023
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2023/01/25 16:04:26 micha Exp $
+# $NetBSD: Makefile,v 1.24 2023/02/16 18:14:29 nikita Exp $
DISTNAME= 2023-01-12
PKGNAME= smake-1.7
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://codeberg.org/schilytools/schilytools/archive/
DIST_SUBDIR= schilytools
@@ -13,7 +14,7 @@ LICENSE= cddl-1.0
MAKE_FLAGS+= GMAKE_NOWARN=true
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake m4
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