summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2015-12-03 11:13:17 +0000
committerhe <he@pkgsrc.org>2015-12-03 11:13:17 +0000
commitb6890bc50e3c59fd98183d054c4f71c86be1668a (patch)
tree759a25c442ed760b033ab4c9507a7c0d37fa8d89 /cad
parent2c22cb69b2769b9c630322ee2c1184a23d2f9cab (diff)
downloadpkgsrc-b6890bc50e3c59fd98183d054c4f71c86be1668a.tar.gz
If we really need GNU M4 (and we appear to do) for this package,
use USE_TOOLS+= gm4:run instead of m4:run. With our own m4 on NetBSD, the -d flag in the m4 invocation "eats" the following -I<path> argument, so m4 won't find its own files, and there may be other dependencies on GNU M4. Bump PKGREVISION, since this is a bugfix.
Diffstat (limited to 'cad')
-rw-r--r--cad/geda/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/geda/Makefile b/cad/geda/Makefile
index c349d63deb0..5a391b13678 100644
--- a/cad/geda/Makefile
+++ b/cad/geda/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.104 2015/11/25 12:48:18 jperkin Exp $
+# $NetBSD: Makefile,v 1.105 2015/12/03 11:13:17 he Exp $
DISTNAME= geda-gaf-1.8.2
PKGNAME= ${DISTNAME:S/-gaf-/-/}
-PKGREVISION= 8
+PKGREVISION= 9
CATEGORIES= cad
MASTER_SITES= http://ftp.geda-project.org/geda-gaf/stable/v1.8/1.8.2/
@@ -48,7 +48,7 @@ REPLACE_PERL+= utils/scripts/pads_backannotate \
utils/gxyrs/gxyrs.pl
# needs GNU m4 for the PCBboard and gsch2pcb netlisters
-USE_TOOLS+= gmake m4:run pkg-config
+USE_TOOLS+= gmake gm4:run pkg-config
CONFIGURE_ARGS+= --with-pcbm4dir=${LOCALBASE}/share/pcb/m4
CONFIGURE_ARGS+= --with-pcbconfdir=${PKG_SYSCONFDIR}/pcb