aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-06-10 09:51:02 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-06-10 09:51:02 +0800
commitf48250d956772cab3c779576d58ae5ff72663066 (patch)
tree76f715d1a8f6a34dae3ca907ae3b5478b7080270 /cad
parent8a1dc5e15d97d870a390515170fb5d451716f1c9 (diff)
downloadfreebsd-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 'cad')
-rw-r--r--cad/basicdsp/Makefile1
-rw-r--r--cad/gspiceui/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/cad/basicdsp/Makefile b/cad/basicdsp/Makefile
index 4a5d09fe6244..16c7af1a63f9 100644
--- a/cad/basicdsp/Makefile
+++ b/cad/basicdsp/Makefile
@@ -15,7 +15,6 @@ LICENSE= GPLv2
USES= dos2unix tar:tgz
USE_WX= 2.8+
-WX_UNICODE= yes
WX_COMPS= wx wx:build wx:run
post-patch:
diff --git a/cad/gspiceui/Makefile b/cad/gspiceui/Makefile
index fd4ea674e13b..468099b0d1f2 100644
--- a/cad/gspiceui/Makefile
+++ b/cad/gspiceui/Makefile
@@ -16,7 +16,6 @@ LICENSE= GPLv3
OPTIONS_DEFINE= DOCS EXAMPLES
USE_WX= 2.8 3.0
-WX_UNICODE= yes
USES= compiler:c++11-lib gmake pkgconfig
CXXFLAGS+= -std=c++11