pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/cxref Using USE_TOOLS instead of USE_GNU_TOOLS f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8701d0a563ac
branches:  trunk
changeset: 509331:8701d0a563ac
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Mar 08 20:18:00 2006 +0000

description:
Using USE_TOOLS instead of USE_GNU_TOOLS fixes PR 33032.

diffstat:

 devel/cxref/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 7e5546c98ef4 -r 8701d0a563ac devel/cxref/Makefile
--- a/devel/cxref/Makefile      Wed Mar 08 20:11:54 2006 +0000
+++ b/devel/cxref/Makefile      Wed Mar 08 20:18:00 2006 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index