diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-08 21:08:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-08 21:08:25 +0800 |
commit | 88f610090efb7470ea3965793e5883492ac77eb4 (patch) | |
tree | 8888cfa51091e4be903476fbb08b9893393e5d11 /x11-toolkits | |
parent | c2166e4c137fd290c145eedc7e2e4be6e3e92f91 (diff) | |
download | freebsd-ports-graphics-88f610090efb7470ea3965793e5883492ac77eb4.tar.gz freebsd-ports-graphics-88f610090efb7470ea3965793e5883492ac77eb4.tar.zst freebsd-ports-graphics-88f610090efb7470ea3965793e5883492ac77eb4.zip |
Switch to wxGTK 3.0
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 12de542c4c8..6639bc7963b 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 |