Revision
90282
Author
jmr@macports.org
Date
2012-02-29 06:35:42 -0800 (Wed, 29 Feb 2012)

Log Message

gnuplot: fix deps for tutorial variant (#28695)

Modified Paths

Diff

Modified: trunk/dports/math/gnuplot/Portfile (90281 => 90282)


--- trunk/dports/math/gnuplot/Portfile	2012-02-29 13:53:33 UTC (rev 90281)
+++ trunk/dports/math/gnuplot/Portfile	2012-02-29 14:35:42 UTC (rev 90282)
@@ -105,7 +105,7 @@
 }
 
 variant tutorial description "Build the tutorial (requires a tex install)" {
-    depends_lib-append      bin:tex:texlive
+    depends_lib-append      port:texlive-latex-extra
     configure.args-delete   --without-tutorial --without-latex
     configure.args-append   --with-tutorial
 }