diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-10 09:51:02 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-10 09:51:02 +0800 |
commit | e8001f57ef6a929276f396f85b6bcc1b08320ca2 (patch) | |
tree | 76f715d1a8f6a34dae3ca907ae3b5478b7080270 /editors | |
parent | a64838d6740def1c6cf4b83903c1952ad44941b8 (diff) | |
download | freebsd-ports-gnome-e8001f57ef6a929276f396f85b6bcc1b08320ca2.tar.gz freebsd-ports-gnome-e8001f57ef6a929276f396f85b6bcc1b08320ca2.tar.zst freebsd-ports-gnome-e8001f57ef6a929276f396f85b6bcc1b08320ca2.zip |
Remove no-op WX_UNICODE
Approved by: portmgr (blanket)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/poedit/Makefile | 1 | ||||
-rw-r--r-- | editors/xmlcopyeditor/Makefile | 1 |
2 files changed, 0 insertions, 2 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}" diff --git a/editors/xmlcopyeditor/Makefile b/editors/xmlcopyeditor/Makefile index a554235d634a..9cddf7377d77 100644 --- a/editors/xmlcopyeditor/Makefile +++ b/editors/xmlcopyeditor/Makefile @@ -23,7 +23,6 @@ LIB_DEPENDS= libxerces-c.so.3:textproc/xerces-c3 \ USE_WX= 2.8+ WX_COMPS= wx contrib WX_CONF_ARGS= absolute -WX_UNICODE= yes USES= dos2unix gettext gmake iconv libtool USE_GNOME= intltool GNU_CONFIGURE= yes |