From 3d23d73cce8bf1d30c1cc1e0659d921a5b21fd68 Mon Sep 17 00:00:00 2001 From: sno Date: Thu, 25 Feb 2010 13:26:01 +0000 Subject: [PATCH] Building Wx perl module with --wx-toolkit=gtk2 param to ensure no wxPerl or similar installed on MacOS X or Darwin ... Bumping revision. --- x11/p5-Wx/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/x11/p5-Wx/Makefile b/x11/p5-Wx/Makefile index 05f6554902db..c953ed21e024 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"