diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-11-21 23:01:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-11-21 23:01:58 +0000 |
commit | c39c56c6cd59aea79c9a4fee1f946ad58ef868c0 (patch) | |
tree | 5b208fe54a0c9e03eedb5018e50b25a8e7a91f22 /x11-toolkits | |
parent | 21f89c4be1f73515f256cd9ca6714b5f1cc4f137 (diff) | |
download | ports-c39c56c6cd59aea79c9a4fee1f946ad58ef868c0.tar.gz ports-c39c56c6cd59aea79c9a4fee1f946ad58ef868c0.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/p5-Alien-wxWidgets/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/p5-Alien-wxWidgets/Makefile b/x11-toolkits/p5-Alien-wxWidgets/Makefile index 32135c80b128..914dde530e68 100644 --- a/x11-toolkits/p5-Alien-wxWidgets/Makefile +++ b/x11-toolkits/p5-Alien-wxWidgets/Makefile @@ -13,7 +13,9 @@ COMMENT= Perl5 module for building, finding and using wxWidgets binaries BUILD_DEPENDS= p5-ExtUtils-CBuilder>=0:${PORTSDIR}/devel/p5-ExtUtils-CBuilder -OPTIONS= UNICODE "Build with Unicode support" on +OPTIONS_DEFINE= UNICODE +OPTIONS_DEFAULT= UNICODE +UNICODE_DESC= Build with Unicode support USE_GCC= any USE_WX= 2.6+ @@ -26,7 +28,7 @@ PERL_MODBUILD= yes BUILD_DEPENDS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable .endif -.if defined(WITH_UNICODE) +.if ${PORT_OPTIONS:MUNICODE} WX_UNICODE= yes WX_UNI= uni_ CONFIGURE_ARGS+= --wxWidgets-build=0 --wxWidgets-unicode=1 |