diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-14 15:43:19 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-14 15:43:19 +0000 |
commit | 75efd3aad07fd79fdd5f27c417cc7a5e9009410a (patch) | |
tree | 2de94308e4aee5adbdee1af16f08a40297a9066c /math | |
parent | 8ff06267cec20477c3c04926f5532166ed9c8d6c (diff) | |
download | ports-75efd3aad07fd79fdd5f27c417cc7a5e9009410a.tar.gz ports-75efd3aad07fd79fdd5f27c417cc7a5e9009410a.zip |
Notes
Diffstat (limited to 'math')
-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 |