[89543] trunk/dports/python/py-asciitable/Portfile

robitaille at macports.org robitaille at macports.org
Wed Feb 1 13:35:57 PST 2012


Revision: 89543
          http://trac.macports.org/changeset/89543
Author:   robitaille at macports.org
Date:     2012-02-01 13:35:56 -0800 (Wed, 01 Feb 2012)
Log Message:
-----------
py-asciitable: fixed unified Portfile

Modified Paths:
--------------
    trunk/dports/python/py-asciitable/Portfile

Modified: trunk/dports/python/py-asciitable/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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120201/76aeb7d7/attachment.html>


More information about the macports-changes mailing list