py-scipy: fix removal of variant causes poor ux
--- trunk/dports/python/py-scipy/Portfile 2016-01-26 22:21:31 UTC (rev 145148)
+++ trunk/dports/python/py-scipy/Portfile 2016-01-26 22:36:33 UTC (rev 145149)
@@ -73,6 +73,9 @@
depends_lib-append path:lib/libopenblas.dylib:openblas
}
+ # Can be removed after 2017-01-22
+ variant gcc48 requires gfortran description {Legacy compatibility variant} {}
+
if {[variant_isset atlas]} {
# use MacPorts atlas
build.env-append OPENBLAS=None \