diff options
author | bapt <bapt@FreeBSD.org> | 2015-09-14 02:45:47 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-09-14 02:45:47 +0800 |
commit | 1a1f69f5ffb00402fc54834e11fc454e8cfbf746 (patch) | |
tree | 6af6568e23f7c53125203be3366a6c5ce3b463e7 /biology/lamarc | |
parent | 488f4ce7aa8798f76c142aec62dd9eaaa385dab5 (diff) | |
download | freebsd-ports-gnome-1a1f69f5ffb00402fc54834e11fc454e8cfbf746.tar.gz freebsd-ports-gnome-1a1f69f5ffb00402fc54834e11fc454e8cfbf746.tar.zst freebsd-ports-gnome-1a1f69f5ffb00402fc54834e11fc454e8cfbf746.zip |
Enfoce unicode version of wxGTK
Diffstat (limited to 'biology/lamarc')
-rw-r--r-- | biology/lamarc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/biology/lamarc/Makefile b/biology/lamarc/Makefile index ba94de6c18d6..0c51835bdfbf 100644 --- a/biology/lamarc/Makefile +++ b/biology/lamarc/Makefile @@ -27,6 +27,7 @@ PLIST_FILES= bin/${PORTNAME} .if ${PORT_OPTIONS:MWXGTK} USE_WX= 2.8 WX_CONF_ARGS= absolute +WX_UNICODE= yes PLIST_FILES+= bin/lam_conv .else CONFIGURE_ARGS+= --disable-converter |