svn commit: r350626 - head/math/gnuplot
Baptiste Daroussin
bapt at FreeBSD.org
Tue Apr 8 15:33:32 UTC 2014
Author: bapt
Date: Tue Apr 8 15:33:31 2014
New Revision: 350626
URL: http://svnweb.freebsd.org/changeset/ports/350626
QAT: https://qat.redports.org/buildarchive/r350626/
Log:
Switch gnuplot to wxGTK 3.0 and texlive
Modified:
head/math/gnuplot/Makefile
Modified: head/math/gnuplot/Makefile
==============================================================================
--- head/math/gnuplot/Makefile Tue Apr 8 15:26:32 2014 (r350625)
+++ head/math/gnuplot/Makefile Tue Apr 8 15:33:31 2014 (r350626)
@@ -2,7 +2,7 @@
PORTNAME= gnuplot
PORTVERSION= 4.6.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math graphics
MASTER_SITES= SF
@@ -50,7 +50,7 @@ PLOT_LIB_DEPENDS= libplot.so:${PORTSDIR}
PLOT_CONFIGURE_ON= --with-plot=${LOCALBASE}
PLOT_CONFIGURE_OFF= --without-plot
-TEX_USE= TEX=base,texmf,latex
+TEX_USE= TEX=base,texmf,texlive
TEX_CONFIGURE_ON= --with-kpsexpand \
--with-texdir=${LOCALBASE}/share/texmf/tex/latex/gnuplot
TEX_CONFIGURE_OFF= --without-kpexpand
@@ -62,7 +62,8 @@ X11_USE= XORG=x11
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MWX}
-USE_WX= 2.5-2.8
+USE_WX= 3.0
+WX_UNICODE= yes
WX_CONF_ARGS= absolute
.else
CONFIGURE_ARGS+= --disable-wxwidgets
More information about the svn-ports-all
mailing list