svn commit: r374713 - head/math/gnuplot
Antoine Brodin
antoine at FreeBSD.org
Sun Dec 14 15:43:20 UTC 2014
Author: antoine
Date: Sun Dec 14 15:43:19 2014
New Revision: 374713
URL: https://svnweb.freebsd.org/changeset/ports/374713
QAT: https://qat.redports.org/buildarchive/r374713/
Log:
Unbreak
Modified:
head/math/gnuplot/Makefile
Modified: head/math/gnuplot/Makefile
==============================================================================
--- head/math/gnuplot/Makefile Sun Dec 14 15:26:22 2014 (r374712)
+++ head/math/gnuplot/Makefile Sun Dec 14 15:43:19 2014 (r374713)
@@ -9,7 +9,7 @@ MASTER_SITES= SF
MAINTAINER= glewis at 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
More information about the svn-ports-all
mailing list