summaryrefslogtreecommitdiff
path: root/devel/swig
diff options
context:
space:
mode:
authorjaapb <jaapb>2013-08-04 09:59:24 +0000
committerjaapb <jaapb>2013-08-04 09:59:24 +0000
commit6eef75e2d4555628a743ec070554602b2c5143c2 (patch)
treeee4bbeb839df027af542cdad674a39487433f38a /devel/swig
parent0ad5e34301e1e4cb5db5be87953545b00cfaf564 (diff)
downloadpkgsrc-6eef75e2d4555628a743ec070554602b2c5143c2.tar.gz
removed superfluous dependency on perl
Diffstat (limited to 'devel/swig')
-rw-r--r--devel/swig/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/swig/Makefile b/devel/swig/Makefile
index 2da7161a207..e82eb782a51 100644
--- a/devel/swig/Makefile
+++ b/devel/swig/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2013/08/02 13:24:10 jaapb Exp $
+# $NetBSD: Makefile,v 1.36 2013/08/04 09:59:24 jaapb Exp $
DISTNAME= swig-1.3.36
PKGREVISION= 4
@@ -28,7 +28,7 @@ CONFLICTS= swig-build-[0-9]*
CONFIGURE_ARGS+= --with-swiglibdir=${PREFIX}/share/swig/1.3
BUILD_TARGET= swig
-USE_TOOLS+= gmake pax perl
+USE_TOOLS+= gmake pax
GNU_CONFIGURE= YES
USE_LANGUAGES= c c++
USE_LIBTOOL= YES