diff options
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 |