py-asciitable: fixed unified Portfile
--- trunk/dports/python/py-asciitable/Portfile 2012-02-01 21:35:27 UTC (rev 89542)
+++ trunk/dports/python/py-asciitable/Portfile 2012-02-01 21:35:56 UTC (rev 89543)
@@ -24,4 +24,6 @@
python.versions 25 26 27 31 32
python.default_version 27
-depends_run-append port:py${python.version}-numpy
+if {$subport != $name} {
+ depends_run-append port:py${python.version}-numpy
+}
\ No newline at end of file