svn commit: r350821 - head/math/gnuplot

Antoine Brodin antoine at FreeBSD.org
Thu Apr 10 17:00:47 UTC 2014


Author: antoine
Date: Thu Apr 10 17:00:46 2014
New Revision: 350821
URL: http://svnweb.freebsd.org/changeset/ports/350821
QAT: https://qat.redports.org/buildarchive/r350821/

Log:
  TEX options requires latex
  
  Reported by:	pkg-fallout
  With hat:	portmgr

Modified:
  head/math/gnuplot/Makefile

Modified: head/math/gnuplot/Makefile
==============================================================================
--- head/math/gnuplot/Makefile	Thu Apr 10 16:31:37 2014	(r350820)
+++ head/math/gnuplot/Makefile	Thu Apr 10 17:00:46 2014	(r350821)
@@ -50,7 +50,7 @@ PLOT_LIB_DEPENDS=	libplot.so:${PORTSDIR}
 PLOT_CONFIGURE_ON=	--with-plot=${LOCALBASE}
 PLOT_CONFIGURE_OFF=	--without-plot
 
-TEX_USE=	TEX=base,texmf,texlive
+TEX_USE=	TEX=base,texmf,latex
 TEX_CONFIGURE_ON=	--with-kpsexpand \
 			--with-texdir=${LOCALBASE}/share/texmf/tex/latex/gnuplot
 TEX_CONFIGURE_OFF=	--without-kpexpand


More information about the svn-ports-head mailing list