diff options
author | jaapb <jaapb@pkgsrc.org> | 2013-08-02 13:24:10 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2013-08-02 13:24:10 +0000 |
commit | 86df3f1135f3dbc61be996d3478b38e759f4de72 (patch) | |
tree | 87e401a1a95fd5851b062d4ae7b15ac15dc600cd /devel/swig/Makefile | |
parent | fa9af59eb556744c6c9b9d384de1b002392fba4f (diff) | |
download | pkgsrc-86df3f1135f3dbc61be996d3478b38e759f4de72.tar.gz |
Updated package to fix PR pkg/47709 - didn't fix all of the pre-existing
pkglint errors, but the problem described in the problem report is fixed.
Diffstat (limited to 'devel/swig/Makefile')
-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 7867da2d402..2da7161a207 100644 --- a/devel/swig/Makefile +++ b/devel/swig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2013/07/06 23:11:51 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2013/08/02 13:24:10 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 +USE_TOOLS+= gmake pax perl GNU_CONFIGURE= YES USE_LANGUAGES= c c++ USE_LIBTOOL= YES |