diff options
author | pi <pi@FreeBSD.org> | 2015-11-10 15:11:23 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-11-10 15:11:23 +0800 |
commit | cc8c0f54c175ce782edb8f9dc1f3db20b63f44a0 (patch) | |
tree | ff317e96a720dfb856e60a6fb871fdd0a8adb438 /math | |
parent | b60d184bf2213a1eaae1c6ca645b5b039310d268 (diff) | |
download | freebsd-ports-gnome-cc8c0f54c175ce782edb8f9dc1f3db20b63f44a0.tar.gz freebsd-ports-gnome-cc8c0f54c175ce782edb8f9dc1f3db20b63f44a0.tar.zst freebsd-ports-gnome-cc8c0f54c175ce782edb8f9dc1f3db20b63f44a0.zip |
math/gnuplot: remove WX_UNICODE, is no-op
PR: 204372
Approved by: glewis (maintainer)
Diffstat (limited to 'math')
-rw-r--r-- | math/gnuplot/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 7ed583b7dfe1..d0dc4107fd71 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -67,7 +67,6 @@ X11_USE= XORG=x11 # Version 3.x of WX currently cause gnuplot to crash. # Do not update without this without testing. USE_WX= 2.8 -WX_UNICODE= yes WX_CONF_ARGS= absolute .else CONFIGURE_ARGS+= --disable-wxwidgets |