diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-09-16 19:51:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-09-16 19:51:26 +0000 |
commit | e0de738591f3284626c526841fcaa91c9d5f4543 (patch) | |
tree | 4879afc96e4986d9ba2b4a606ccea6364ee658db /x11-toolkits/wxgtk28/Makefile | |
parent | 0430ea81cb43e51177f844f275ae00d472f330e1 (diff) | |
download | ports-e0de738591f3284626c526841fcaa91c9d5f4543.tar.gz ports-e0de738591f3284626c526841fcaa91c9d5f4543.zip |
Notes
Diffstat (limited to 'x11-toolkits/wxgtk28/Makefile')
-rw-r--r-- | x11-toolkits/wxgtk28/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/x11-toolkits/wxgtk28/Makefile b/x11-toolkits/wxgtk28/Makefile index 43df6ab2d77d..b0b8cd4ff96f 100644 --- a/x11-toolkits/wxgtk28/Makefile +++ b/x11-toolkits/wxgtk28/Makefile @@ -3,7 +3,7 @@ PORTNAME= wx PORTVERSION= 2.8.12 -PORTREVISION?= 5 +PORTREVISION?= 6 CATEGORIES= x11-toolkits MASTER_SITES= SF/wxwindows/${PORTVERSION} PKGNAMESUFFIX= 28-${WXGTK_FLAVOR} @@ -81,10 +81,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} .if ${WXGTK_FLAVOR} != "gtk2-contrib-common" USE_WX= 2.8 RUN_DEPENDS= ${LOCALBASE}/include/wx-2.8/wx/stc/stc.h:${PORTSDIR}/x11-toolkits/wxgtk28-contrib-common - -.if ${WXGTK_FLAVOR:M*-unicode*} != "" WX_UNICODE= yes -.endif pre-configure: @${FIND} ${BUILD_WRKSRC} -name Makefile.in -print0 | ${XARGS} -0 ${REINPLACE_CMD} \ @@ -95,9 +92,7 @@ pre-configure: .endif # !gtk2-contrib-common .endif # *-contrib* -.if ${WXGTK_FLAVOR:M*-unicode*} != "" CONFIGURE_ARGS+=--enable-unicode -.endif .include <bsd.port.pre.mk> |