Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Apr 2014 17:00:47 +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: r350821 - head/math/gnuplot
Message-ID:  <201404101700.s3AH0lqu033702@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404101700.s3AH0lqu033702>