diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-10 09:51:02 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-10 09:51:02 +0800 |
commit | f48250d956772cab3c779576d58ae5ff72663066 (patch) | |
tree | 76f715d1a8f6a34dae3ca907ae3b5478b7080270 /games/openyahtzee | |
parent | 8a1dc5e15d97d870a390515170fb5d451716f1c9 (diff) | |
download | freebsd-ports-gnome-f48250d956772cab3c779576d58ae5ff72663066.tar.gz freebsd-ports-gnome-f48250d956772cab3c779576d58ae5ff72663066.tar.zst freebsd-ports-gnome-f48250d956772cab3c779576d58ae5ff72663066.zip |
Remove no-op WX_UNICODE
Approved by: portmgr (blanket)
Diffstat (limited to 'games/openyahtzee')
-rw-r--r-- | games/openyahtzee/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/openyahtzee/Makefile b/games/openyahtzee/Makefile index 5dff5c3d224e..b369b225d101 100644 --- a/games/openyahtzee/Makefile +++ b/games/openyahtzee/Makefile @@ -17,7 +17,6 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/scoped_ptr.hpp:devel/boost-libs USES= compiler:c++11-lib tar:bzip2 USE_WX= 2.8 -WX_UNICODE= yes WX_CONF_ARGS= absolute GNU_CONFIGURE= yes |