aboutsummaryrefslogtreecommitdiff
path: root/math/gnuplot
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2014-04-17 05:41:55 +0000
committerGreg Lewis <glewis@FreeBSD.org>2014-04-17 05:41:55 +0000
commit9f71137d7746ce189fbe315d6528da472587ff95 (patch)
tree0881e1e37764f44eb2d5d30dbd024af0ae95f9e3 /math/gnuplot
parent0b272aed3bbc3da69f991efe8e283426f4778878 (diff)
Notes
Diffstat (limited to 'math/gnuplot')
-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