Revision
32324
Author
ram@macports.org
Date
2007-12-24 12:14:54 -0800 (Mon, 24 Dec 2007)

Log Message

py-scipy/py25-scipy: add no_gnuplot variant

Modified Paths

Diff

Modified: trunk/dports/python/py-scipy/Portfile (32323 => 32324)


--- trunk/dports/python/py-scipy/Portfile	2007-12-24 19:47:51 UTC (rev 32323)
+++ trunk/dports/python/py-scipy/Portfile	2007-12-24 20:14:54 UTC (rev 32324)
@@ -48,6 +48,10 @@
   destroot.cmd-append   ${fc_options}
 }
 
+variant no_gnuplot description "Don't depend on GNUPlot" {
+  depends_lib-delete    lib:gnuplot:gnuplot
+}
+
 if { ![variant_isset g95] && ![variant_isset gcc42] && ![variant_isset gcc43] } {
   default_variants      +g95
 }

Modified: trunk/dports/python/py25-scipy/Portfile (32323 => 32324)


--- trunk/dports/python/py25-scipy/Portfile	2007-12-24 19:47:51 UTC (rev 32323)
+++ trunk/dports/python/py25-scipy/Portfile	2007-12-24 20:14:54 UTC (rev 32324)
@@ -48,6 +48,10 @@
   destroot.cmd-append   ${fc_options}
 }
 
+variant no_gnuplot description "Don't depend on GNUPlot" {
+  depends_lib-delete    lib:gnuplot:gnuplot
+}
+
 if { ![variant_isset g95] && ![variant_isset gcc42] && ![variant_isset gcc43] } {
   default_variants      +g95
 }