diff options
author | antoine <antoine@FreeBSD.org> | 2014-04-11 01:00:46 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-04-11 01:00:46 +0800 |
commit | 45a65ee4b8938f18efa4cb5361a705cbd75c82ab (patch) | |
tree | 73a2642bb04f55dde3b2d25dc244dd726c84b1de /math | |
parent | 045171b2804079b6c1d470e630cdb8fa72291eb8 (diff) | |
download | freebsd-ports-gnome-45a65ee4b8938f18efa4cb5361a705cbd75c82ab.tar.gz freebsd-ports-gnome-45a65ee4b8938f18efa4cb5361a705cbd75c82ab.tar.zst freebsd-ports-gnome-45a65ee4b8938f18efa4cb5361a705cbd75c82ab.zip |
TEX options requires latex
Reported by: pkg-fallout
With hat: portmgr
Diffstat (limited to 'math')
-rw-r--r-- | math/gnuplot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 3e46d0e46c51..0ca0bb7e4b8a 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -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,texlive +TEX_USE= TEX=base,texmf,latex TEX_CONFIGURE_ON= --with-kpsexpand \ --with-texdir=${LOCALBASE}/share/texmf/tex/latex/gnuplot TEX_CONFIGURE_OFF= --without-kpexpand |