diff options
author | sno <sno@pkgsrc.org> | 2010-02-25 13:26:01 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-02-25 13:26:01 +0000 |
commit | e2b3f2d99408aa3b1d9ed9fa97fca2271310bffc (patch) | |
tree | 9a1158593dbb8f457a3b47858a7d9439c5333a5e /x11 | |
parent | 2b74bc35f5b5dd8fff5179886d6bf777e064f1b5 (diff) | |
download | pkgsrc-e2b3f2d99408aa3b1d9ed9fa97fca2271310bffc.tar.gz |
Building Wx perl module with --wx-toolkit=gtk2 param to ensure no wxPerl
or similar installed on MacOS X or Darwin ...
Bumping revision.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/p5-Wx/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/p5-Wx/Makefile b/x11/p5-Wx/Makefile index 05f6554902d..c953ed21e02 100644 --- a/x11/p5-Wx/Makefile +++ b/x11/p5-Wx/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2010/02/15 16:49:46 sno Exp $ +# $NetBSD: Makefile,v 1.6 2010/02/25 13:26:01 sno Exp $ # DISTNAME= Wx-0.9701 PKGNAME= p5-${DISTNAME:S/9701/97.01/} -#PKGREVISION= 1 +PKGREVISION= 1 CATEGORIES= x11 perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Wx/} @@ -24,6 +24,8 @@ USE_TOOLS+= perl USE_LANGUAGES+= c c++ PERL5_PACKLIST= auto/Wx/.packlist +MAKE_PARAMS+= --wx-toolkit=gtk2 + .include "../../lang/perl5/module.mk" .include "../../x11/wxGTK28-contrib/buildlink3.mk" |