aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2014-04-17 13:41:55 +0800
committerglewis <glewis@FreeBSD.org>2014-04-17 13:41:55 +0800
commit1694ee139e6c7a126959f8729ca347a3578ba3e2 (patch)
tree0881e1e37764f44eb2d5d30dbd024af0ae95f9e3 /math
parent3c277bf9c4070cb5b6f415b379c3409fe6d08d59 (diff)
downloadfreebsd-ports-gnome-1694ee139e6c7a126959f8729ca347a3578ba3e2.tar.gz
freebsd-ports-gnome-1694ee139e6c7a126959f8729ca347a3578ba3e2.tar.zst
freebsd-ports-gnome-1694ee139e6c7a126959f8729ca347a3578ba3e2.zip
. Force WX version to 2.8 since gnuplot is apparently not ready to work
with newer versions. PR: 188628
Diffstat (limited to 'math')
-rw-r--r--math/gnuplot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile
index 36d80b226eb3..220db2a5e00e 100644
--- a/math/gnuplot/Makefile
+++ b/math/gnuplot/Makefile
@@ -2,7 +2,7 @@
PORTNAME= gnuplot
PORTVERSION= 4.6.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math graphics
MASTER_SITES= SF
@@ -62,7 +62,7 @@ X11_USE= XORG=x11
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MWX}
-USE_WX= 3.0
+USE_WX= 2.8
WX_UNICODE= yes
WX_CONF_ARGS= absolute
.else