summaryrefslogtreecommitdiff
path: root/devel/cxref/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-03-08 20:18:00 +0000
committerrillig <rillig@pkgsrc.org>2006-03-08 20:18:00 +0000
commit4d5dbcb081654c812ffd0052755c1d9d6546a57c (patch)
treef4b75f255010fd5cd4c20e1a07f1b35a15810f91 /devel/cxref/Makefile
parentddf2756896d4e84efcb391c440422fb2e45d9481 (diff)
downloadpkgsrc-4d5dbcb081654c812ffd0052755c1d9d6546a57c.tar.gz
Using USE_TOOLS instead of USE_GNU_TOOLS fixes PR 33032.
Diffstat (limited to 'devel/cxref/Makefile')
-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"