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 /math | |
parent | 1a1f69f5ffb00402fc54834e11fc454e8cfbf746 (diff) | |
download | freebsd-ports-gnome-7c1f44c1cf1ed56b6b46d8b1e4753d7d588223a4.tar.gz freebsd-ports-gnome-7c1f44c1cf1ed56b6b46d8b1e4753d7d588223a4.tar.zst freebsd-ports-gnome-7c1f44c1cf1ed56b6b46d8b1e4753d7d588223a4.zip |
Enforce unicode version of wxGTK
Diffstat (limited to 'math')
-rw-r--r-- | math/py-matplotlib/Makefile | 1 | ||||
-rw-r--r-- | math/wxMaxima/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index 3c15c38e5a7c..44ab1dcbcdfc 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -83,6 +83,7 @@ PLIST_SUB+= TKAGGBACKEND="@comment " .if ${PORT_OPTIONS:MWXAGGBACKEND} USE_WX= 2.8+ WX_COMPS= python:lib +WX_UNICODE= yes CONFIGURE_ENV+= WX_CONFIG="${WX_CONFIG}" WXAGG_BACKEND= True diff --git a/math/wxMaxima/Makefile b/math/wxMaxima/Makefile index cb446e31420b..76420b0390ea 100644 --- a/math/wxMaxima/Makefile +++ b/math/wxMaxima/Makefile @@ -24,7 +24,7 @@ PLIST_SUB= DESKTOPDIR=${DESKTOPDIR:S,${PREFIX}/,,} USES= desktop-file-utils gettext USE_WX= 2.8 -WANT_UNICODE= yes +WX_UNICODE= yes WRKSRC= ${WRKDIR}/${PORTNAME:tl}-${PORTVERSION} WX_COMPS= wx WX_CONF_ARGS= absolute |