diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-08 23:33:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-08 23:33:31 +0800 |
commit | 3d713bc3213914d8e999d8309ac5fa99a018fdc3 (patch) | |
tree | 44f1b82c99464516ac71219478e28c21a4fbcb49 /math | |
parent | f5d57e9313232da6d29079bc4ea020fbd5326d65 (diff) | |
download | freebsd-ports-gnome-3d713bc3213914d8e999d8309ac5fa99a018fdc3.tar.gz freebsd-ports-gnome-3d713bc3213914d8e999d8309ac5fa99a018fdc3.tar.zst freebsd-ports-gnome-3d713bc3213914d8e999d8309ac5fa99a018fdc3.zip |
Switch gnuplot to wxGTK 3.0 and texlive
Diffstat (limited to 'math')
-rw-r--r-- | math/gnuplot/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 97b3f9a9044f..3e46d0e46c51 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -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}/graphics/plotutils 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 |