Diff
Modified: trunk/dports/python/py-scipy/Portfile (74603 => 74604)
--- trunk/dports/python/py-scipy/Portfile 2010-12-23 00:25:09 UTC (rev 74603)
+++ trunk/dports/python/py-scipy/Portfile 2010-12-23 02:39:16 UTC (rev 74604)
@@ -54,6 +54,6 @@
destroot.cmd-append ${fc_options}
}
-if { ![variant_isset gcc42] && ![variant_isset gcc43] && ![variant_isset gcc44] } {
+if { ![variant_isset gcc42] && ![variant_isset gcc43] } {
default_variants +gcc44
}
Modified: trunk/dports/python/py25-scipy/Portfile (74603 => 74604)
--- trunk/dports/python/py25-scipy/Portfile 2010-12-23 00:25:09 UTC (rev 74603)
+++ trunk/dports/python/py25-scipy/Portfile 2010-12-23 02:39:16 UTC (rev 74604)
@@ -120,7 +120,7 @@
CXX="${prefix}/bin/g++-mp-4.5"
}
-if { ![variant_isset gcc42] && ![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset gcc45] } {
+if { ![variant_isset gcc42] && ![variant_isset gcc43] && ![variant_isset gcc45] } {
default_variants +gcc44
}
Modified: trunk/dports/python/py26-scipy/Portfile (74603 => 74604)
--- trunk/dports/python/py26-scipy/Portfile 2010-12-23 00:25:09 UTC (rev 74603)
+++ trunk/dports/python/py26-scipy/Portfile 2010-12-23 02:39:16 UTC (rev 74604)
@@ -112,7 +112,7 @@
CXX="${prefix}/bin/g++-mp-4.5"
}
-if { ![variant_isset gcc42] && ![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset gcc45] } {
+if { ![variant_isset gcc42] && ![variant_isset gcc43] && ![variant_isset gcc45] } {
default_variants +gcc44
}
Modified: trunk/dports/python/py27-scipy/Portfile (74603 => 74604)
--- trunk/dports/python/py27-scipy/Portfile 2010-12-23 00:25:09 UTC (rev 74603)
+++ trunk/dports/python/py27-scipy/Portfile 2010-12-23 02:39:16 UTC (rev 74604)
@@ -112,7 +112,7 @@
CXX="${prefix}/bin/g++-mp-4.5"
}
-if { ![variant_isset gcc42] && ![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset gcc45] } {
+if { ![variant_isset gcc42] && ![variant_isset gcc43] && ![variant_isset gcc45] } {
default_variants +gcc44
}