pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/DWB
Module Name: pkgsrc
Committed By: wiz
Date: Thu Dec 25 18:08:02 UTC 2025
Modified Files:
pkgsrc/textproc/DWB: Makefile
Log Message:
DWB: add gmake tool dependency
Doesn't build with make, see e.g.
https://releng.netbsd.org/pkgreports/shadow/HEAD/NetBSD-11.0-x86_64/20251224.0110/DWB-20150517nb1/install.log
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/DWB/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/DWB/Makefile
diff -u pkgsrc/textproc/DWB/Makefile:1.4 pkgsrc/textproc/DWB/Makefile:1.5
--- pkgsrc/textproc/DWB/Makefile:1.4 Sat Dec 20 16:02:04 2025
+++ pkgsrc/textproc/DWB/Makefile Thu Dec 25 18:08:02 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2025/12/20 16:02:04 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2025/12/25 18:08:02 wiz Exp $
DISTNAME= DWB3.3
PKGNAME= DWB-${GITHUB_TAG}
@@ -15,7 +15,7 @@ LICENSE= epl-v1.0
MAKE_FILE= dwb.mk
USE_LANGUAGES= c c++
-USE_TOOLS+= flex yacc
+USE_TOOLS+= gmake flex yacc
MAKE_JOBS_SAFE= no
MAKE_FLAGS+= CFLGS=${CFLAGS:Q} LDFLGS=${LDFLAGS:Q}
Home |
Main Index |
Thread Index |
Old Index