Modified: trunk/dports/python/py-matplotlib/Portfile (86883 => 86884)
--- trunk/dports/python/py-matplotlib/Portfile 2011-11-06 17:59:22 UTC (rev 86883)
+++ trunk/dports/python/py-matplotlib/Portfile 2011-11-06 17:59:55 UTC (rev 86884)
@@ -156,6 +156,10 @@
}
-livecheck.type regex
-livecheck.url ${homepage}
-livecheck.regex {Matplotlib (\d+(\.\d+)*) is available}
+if {${name} == ${subport}} {
+ livecheck.type regex
+ livecheck.url ${homepage}
+ livecheck.regex {Matplotlib (\d+(\.\d+)*) is available}
+} else {
+ livecheck.type none
+}