diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-22 06:53:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-22 06:53:25 +0800 |
commit | d000fe5615245c9c61ba33a713537d05b3de3f1a (patch) | |
tree | 858e1388c1b3f3c093bcc0c47479049bbb15ffa0 /math/gnuplot | |
parent | cbaa909b1b3ab2250d11a15d6cc40a7b90f67e32 (diff) | |
download | freebsd-ports-gnome-d000fe5615245c9c61ba33a713537d05b3de3f1a.tar.gz freebsd-ports-gnome-d000fe5615245c9c61ba33a713537d05b3de3f1a.tar.zst freebsd-ports-gnome-d000fe5615245c9c61ba33a713537d05b3de3f1a.zip |
Switch to wx 3.0
Add dvips dependency to build gnuplot.ps with texlive
Diffstat (limited to 'math/gnuplot')
-rw-r--r-- | math/gnuplot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index c92e4e36d75c..4ffab616a4d4 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -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}/graphics/plotutils 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 |