diff options
-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" |