diff options
author | antoine <antoine@FreeBSD.org> | 2014-12-14 23:43:19 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-12-14 23:43:19 +0800 |
commit | 51772ac72b38e178b871d274c2e3f8bc3f081154 (patch) | |
tree | 2de94308e4aee5adbdee1af16f08a40297a9066c /math/gnuplot | |
parent | 50c2d940654a2c4067a6160595c218616ee6a9f0 (diff) | |
download | freebsd-ports-gnome-51772ac72b38e178b871d274c2e3f8bc3f081154.tar.gz freebsd-ports-gnome-51772ac72b38e178b871d274c2e3f8bc3f081154.tar.zst freebsd-ports-gnome-51772ac72b38e178b871d274c2e3f8bc3f081154.zip |
Unbreak
Diffstat (limited to 'math/gnuplot')
-rw-r--r-- | math/gnuplot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index d94d31ce6a73..073b9a373c7d 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF MAINTAINER= glewis@FreeBSD.org COMMENT= Command-line driven graphing utility -USES= iconv lua +USES= iconv lua pkgconfig USE_TEX= kpathsea GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} @@ -22,6 +22,7 @@ CONFIGURE_ARGS+=--with-lasergnu \ --without-tutorial \ --with-bitmap-terminals \ --with-latex \ + ac_cv_prog_KPSEXPAND=${LOCALBASE}/bin/kpsexpand \ ac_cv_prog_PLAINTEX=${LOCALBASE}/bin/tex \ ac_cv_prog_LATEX=${LOCALBASE}/bin/latex \ ac_cv_prog_PDFLATEX=${LOCALBASE}/bin/pdflatex |