diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-08 13:08:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-08 13:08:25 +0000 |
commit | 39fff6230b4598d3317035c449f6920228a7ab4b (patch) | |
tree | 8888cfa51091e4be903476fbb08b9893393e5d11 /x11-toolkits | |
parent | 0d1e2464caca9d75ae54187ea8d58ebfaf55e908 (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile b/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile index 12de542c4c82..6639bc7963b2 100644 --- a/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile +++ b/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile @@ -3,6 +3,7 @@ PORTNAME= Wx-Perl-ProcessStream PORTVERSION= 0.32 +PORTREVISION= 1 CATEGORIES= x11-toolkits perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,8 +14,8 @@ COMMENT= Perl5 module to access IO of external processes via events BUILD_DEPENDS= p5-Wx>=0.50:${PORTSDIR}/x11-toolkits/p5-Wx RUN_DEPENDS= p5-Wx>=0.50:${PORTSDIR}/x11-toolkits/p5-Wx -USE_WX= 2.6+ -WX_COMPS= wx contrib +USE_WX= 3.0 +WX_COMPS= wx WX_UNICODE= yes USES= perl5 USE_PERL5= configure |