Date: Thu, 17 Apr 2014 05:41:55 +0000 (UTC) From: Greg Lewis <glewis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351449 - head/math/gnuplot Message-ID: <201404170541.s3H5ftcp060388@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: glewis Date: Thu Apr 17 05:41:55 2014 New Revision: 351449 URL: http://svnweb.freebsd.org/changeset/ports/351449 QAT: https://qat.redports.org/buildarchive/r351449/ Log: . Force WX version to 2.8 since gnuplot is apparently not ready to work with newer versions. PR: 188628 Modified: head/math/gnuplot/Makefile Modified: head/math/gnuplot/Makefile ============================================================================== --- head/math/gnuplot/Makefile Thu Apr 17 05:28:35 2014 (r351448) +++ head/math/gnuplot/Makefile Thu Apr 17 05:41:55 2014 (r351449) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404170541.s3H5ftcp060388>