diff options
author | bapt <bapt@FreeBSD.org> | 2015-09-14 02:58:29 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-09-14 02:58:29 +0800 |
commit | 7c1f44c1cf1ed56b6b46d8b1e4753d7d588223a4 (patch) | |
tree | a50be0873cba839097680b09ebfa46539c31cd4f /net-p2p | |
parent | 1a1f69f5ffb00402fc54834e11fc454e8cfbf746 (diff) | |
download | freebsd-ports-graphics-7c1f44c1cf1ed56b6b46d8b1e4753d7d588223a4.tar.gz freebsd-ports-graphics-7c1f44c1cf1ed56b6b46d8b1e4753d7d588223a4.tar.zst freebsd-ports-graphics-7c1f44c1cf1ed56b6b46d8b1e4753d7d588223a4.zip |
Enforce unicode version of wxGTK
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/amule-devel/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/net-p2p/amule-devel/Makefile b/net-p2p/amule-devel/Makefile index 43ffe63ed9f..5acbf0fdf4c 100644 --- a/net-p2p/amule-devel/Makefile +++ b/net-p2p/amule-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= amule PORTVERSION= 10834 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-p2p MASTER_SITES= http://amule.sourceforge.net/tarballs/ PKGNAMESUFFIX= -devel @@ -24,6 +24,8 @@ USES= bison gmake pkgconfig perl5 shebangfix tar:bzip2 \ USE_PERL5= build USE_WX= 2.8 WX_CONF_ARGS= absolute +WX_UNICODE= yes + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-denoise-level=0 @@ -35,7 +37,7 @@ LDFLAGS+= -lpthread -L${LOCALBASE}/lib OPTIONS_DEFINE= ALC ALCC AMULECMD AMULEDAEMON AMULEGUI CAS DEBUG DOCS ED2K \ FILEVIEW GEOIP MMAP MONOLITHIC NLS OPTIMIZED_CFLAGS PLASMAMULE UPNP \ - WEBSERVER WXCAS WXUNICODE XAS + WEBSERVER WXCAS XAS ALC_DESC= Compile aMule Link Creator for GUI ALCC_DESC= Compile aMule Link Creator for console AMULECMD_DESC= Compile aMule command line client @@ -48,10 +50,9 @@ MMAP_DESC= Use mapped memory MONOLITHIC_DESC= Compile monolithic aMule PLASMAMULE_DESC= Compile aMule plasma applet and engine WXCAS_DESC= Compile aMule Statistics for GUI -WXUNICODE_DESC= Unicode support XAS_DESC= Install XChat2 plugin OPTIONS_DEFAULT=ALC ALCC AMULECMD AMULEDAEMON AMULEGUI CAS ED2K \ - FILEVIEW MONOLITHIC WEBSERVER WXCAS WXUNICODE XAS + FILEVIEW MONOLITHIC WEBSERVER WXCAS XAS OPTIONS_SUB= yes @@ -120,10 +121,6 @@ CONFLICTS+= ed2k-hash* CONFIGURE_ARGS+= --enable-optimize .endif -.if ${PORT_OPTIONS:MWXUNICODE} -WX_UNICODE= yes -.endif - post-patch: .SILENT ${REINPLACE_CMD} -e 's/test.*-print-file-name.*`/true/' \ -e '/if.*test/s/==/=/' \ |