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
}