diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-10 01:51:02 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-10 01:51:02 +0000 |
commit | e8001f57ef6a929276f396f85b6bcc1b08320ca2 (patch) | |
tree | 76f715d1a8f6a34dae3ca907ae3b5478b7080270 /editors/poedit | |
parent | Fix WWW (diff) |
Remove no-op WX_UNICODE
Approved by: portmgr (blanket)
Notes
Notes:
svn path=/head/; revision=443053
Diffstat (limited to 'editors/poedit')
-rw-r--r-- | editors/poedit/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index e207eea51b82..e4362400b2a0 100644 --- a/editors/poedit/Makefile +++ b/editors/poedit/Makefile @@ -22,7 +22,6 @@ LIB_DEPENDS= libgtkspell.so:textproc/gtkspell \ USES= bdb compiler:c++11-lib desktop-file-utils gettext gmake pkgconfig USE_WX= 3.0 WX_CONF_ARGS= absolute -WX_UNICODE= yes WITH_BDB_HIGHEST= yes GNU_CONFIGURE= yes CONFIGURE_ENV= WXRC="${WXRC_CMD}" |