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 /editors | |
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 'editors')
-rw-r--r-- | editors/madedit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/madedit/Makefile b/editors/madedit/Makefile index caf1679430a2..5ebbb3f74e21 100644 --- a/editors/madedit/Makefile +++ b/editors/madedit/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libboost_regex.so:${PORTSDIR}/devel/boost-libs USES= gettext pkgconfig dos2unix desktop-file-utils USE_WX= 2.8+ -WANT_UNICODE= yes +WX_UNICODE= yes USE_XORG= x11 GNU_CONFIGURE= yes |