diff options
author | jaapb <jaapb@pkgsrc.org> | 2013-08-04 09:59:24 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2013-08-04 09:59:24 +0000 |
commit | 05a0a5d2b250a1bbd267a8afb27c6d62dfa5a35a (patch) | |
tree | ee4bbeb839df027af542cdad674a39487433f38a /devel | |
parent | 7f9e798097bb53254d5b0909c70f94edf0c3a600 (diff) | |
download | pkgsrc-05a0a5d2b250a1bbd267a8afb27c6d62dfa5a35a.tar.gz |
removed superfluous dependency on perl
Diffstat (limited to 'devel')
-rw-r--r-- | devel/swig/Makefile | 4 |
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 |