diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2015-11-10 07:11:23 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2015-11-10 07:11:23 +0000 |
commit | b62cc61931c3ecf2fbe5b5bd653f4f9065040f00 (patch) | |
tree | ff317e96a720dfb856e60a6fb871fdd0a8adb438 /math | |
parent | 6aa3963df766e65ee15322bea9dd77395b6204ac (diff) |
Notes
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 |