summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrillig <rillig>2006-03-08 20:18:00 +0000
committerrillig <rillig>2006-03-08 20:18:00 +0000
commit258e0e289e3a0fbbff181943f270745131e21142 (patch)
treef4b75f255010fd5cd4c20e1a07f1b35a15810f91 /devel
parente40caaa1cda8c8b1b6e5900e9b0156655736765a (diff)
downloadpkgsrc-258e0e289e3a0fbbff181943f270745131e21142.tar.gz
Using USE_TOOLS instead of USE_GNU_TOOLS fixes PR 33032.
Diffstat (limited to 'devel')
-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"