aboutsummaryrefslogtreecommitdiff
path: root/math/gnuplot
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-12-14 15:43:19 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-12-14 15:43:19 +0000
commit75efd3aad07fd79fdd5f27c417cc7a5e9009410a (patch)
tree2de94308e4aee5adbdee1af16f08a40297a9066c /math/gnuplot
parent8ff06267cec20477c3c04926f5532166ed9c8d6c (diff)
downloadports-75efd3aad07fd79fdd5f27c417cc7a5e9009410a.tar.gz
ports-75efd3aad07fd79fdd5f27c417cc7a5e9009410a.zip
Notes
Diffstat (limited to 'math/gnuplot')
-rw-r--r--math/gnuplot/Makefile3
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