summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-31 21:53:26 +0000
committerjlam <jlam>2005-05-31 21:53:26 +0000
commit187507832b47e989cf8620eda7b08c7e4af3656f (patch)
tree40055aea6f96fbccaa81707e5f492ba903a83940 /devel
parent8d5809e63baaf1eba1e9882e16e2848f14f5b3e1 (diff)
downloadpkgsrc-187507832b47e989cf8620eda7b08c7e4af3656f.tar.gz
Convert USE_GNU_TOOLS into USE_TOOLS as the former is no longer supported
in pkgsrc.
Diffstat (limited to 'devel')
-rw-r--r--devel/swig13/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/swig13/Makefile b/devel/swig13/Makefile
index 661a52fb290..0f60d80aa6c 100644
--- a/devel/swig13/Makefile
+++ b/devel/swig13/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/05/23 22:25:03 epg Exp $
+# $NetBSD: Makefile,v 1.2 2005/05/31 21:53:26 jlam Exp $
DISTNAME= swig-1.3.24
CATEGORIES= devel
@@ -13,7 +13,7 @@ BUILD_TARGET= swig
WRKSRC= ${WRKDIR}/SWIG-1.3.24
USE_BUILDLINK3= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
GNU_CONFIGURE= YES
USE_LANGUAGES= c c++
USE_LIBTOOL= YES