Revision
89543
Author
robitaille@macports.org
Date
2012-02-01 13:35:56 -0800 (Wed, 01 Feb 2012)

Log Message

py-asciitable: fixed unified Portfile

Modified Paths

Diff

Modified: trunk/dports/python/py-asciitable/Portfile (89542 => 89543)


--- 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