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/py-matplotlib | |
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/py-matplotlib')
-rw-r--r-- | math/py-matplotlib/Makefile | 1 |
1 files changed, 1 insertions, 0 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 |