Date: Mon, 21 Jul 2014 22:53:26 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362512 - head/math/gnuplot Message-ID: <201407212253.s6LMrQIr095065@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Jul 21 22:53:25 2014 New Revision: 362512 URL: http://svnweb.freebsd.org/changeset/ports/362512 QAT: https://qat.redports.org/buildarchive/r362512/ Log: Switch to wx 3.0 Add dvips dependency to build gnuplot.ps with texlive Modified: head/math/gnuplot/Makefile Modified: head/math/gnuplot/Makefile ============================================================================== --- head/math/gnuplot/Makefile Mon Jul 21 22:30:39 2014 (r362511) +++ head/math/gnuplot/Makefile Mon Jul 21 22:53:25 2014 (r362512) @@ -2,7 +2,7 @@ PORTNAME= gnuplot PORTVERSION= 4.6.5 -PORTREVISION= 3 +PORTREVISION= 4 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,latex,dvipsk TEX_CONFIGURE_ON= --with-kpsexpand \ --with-texdir=${LOCALBASE}/share/texmf/tex/latex/gnuplot TEX_CONFIGURE_OFF= --without-kpexpand @@ -62,7 +62,7 @@ X11_USE= XORG=x11 .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MWX} -USE_WX= 2.8 +USE_WX= 3.0 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?201407212253.s6LMrQIr095065>