. Revert WX version to 2.8 and add a comment about not updating it to 3.x

since that breaks.

PR:		192121
This commit is contained in:
Greg Lewis 2014-07-26 15:49:51 +00:00
parent 4019a0ec7d
commit 94060a173b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362977

View file

@ -2,7 +2,7 @@
PORTNAME= gnuplot
PORTVERSION= 4.6.5
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= math graphics
MASTER_SITES= SF
@ -62,7 +62,9 @@ X11_USE= XORG=x11
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MWX}
USE_WX= 3.0
# 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