summaryrefslogtreecommitdiff
path: root/devel/cxref
diff options
context:
space:
mode:
authorrillig <rillig>2006-03-08 20:18:00 +0000
committerrillig <rillig>2006-03-08 20:18:00 +0000
commitc1308c6a15f4ed7b35ccad54d782d99ac6f6f62b (patch)
treef4b75f255010fd5cd4c20e1a07f1b35a15810f91 /devel/cxref
parent948374ee9572d59d1f55d32b81b32e439e68112a (diff)
downloadpkgsrc-c1308c6a15f4ed7b35ccad54d782d99ac6f6f62b.tar.gz
Using USE_TOOLS instead of USE_GNU_TOOLS fixes PR 33032.
Diffstat (limited to 'devel/cxref')
-rw-r--r--devel/cxref/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cxref/Makefile b/devel/cxref/Makefile
index 184485b5efa..015ecf83efb 100644
--- a/devel/cxref/Makefile
+++ b/devel/cxref/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/03/04 21:29:14 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2006/03/08 20:18:00 rillig Exp $
#
DISTNAME= cxref-1.6a
@@ -12,6 +12,6 @@ COMMENT= C Cross Referencing & Documenting tool
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-cxref-cpp
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake # uses the $< variable in the GNU way
.include "../../mk/bsd.pkg.mk"