Date: Sun, 14 Dec 2014 15:43:20 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374713 - head/math/gnuplot Message-ID: <201412141543.sBEFhKNF045877@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412141543.sBEFhKNF045877>