. Force WX version to 2.8 since gnuplot is apparently not ready to work

with newer versions.

PR:		188628
This commit is contained in:
Greg Lewis
2014-04-17 05:41:55 +00:00
parent 0b272aed3b
commit 9f71137d77

View File

@@ -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