diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-09-13 18:58:29 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-09-13 18:58:29 +0000 |
commit | 73f610542bed9341956183f672237a6189a126f1 (patch) | |
tree | a50be0873cba839097680b09ebfa46539c31cd4f /editors | |
parent | d59c43836a66a3f4b508193270ad00bd3ad8dbba (diff) |
Notes
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 |