[89546] trunk/dports/python/py-montage/Portfile

robitaille at macports.org robitaille at macports.org
Wed Feb 1 13:37:40 PST 2012


Revision: 89546
          http://trac.macports.org/changeset/89546
Author:   robitaille at macports.org
Date:     2012-02-01 13:37:40 -0800 (Wed, 01 Feb 2012)
Log Message:
-----------
py-montage: fixed unified Portfile

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

Modified: trunk/dports/python/py-montage/Portfile
===================================================================
--- trunk/dports/python/py-montage/Portfile	2012-02-01 21:37:09 UTC (rev 89545)
+++ trunk/dports/python/py-montage/Portfile	2012-02-01 21:37:40 UTC (rev 89546)
@@ -30,6 +30,8 @@
 python.versions     25 26 27
 python.default_version 27
 
-depends_run-append  port:py${python.version}-numpy \
-                    port:py${python.version}-pyfits \
-                    port:montage
+if {$subport != $name} {
+    depends_run-append  port:py${python.version}-numpy \
+                        port:py${python.version}-pyfits \
+                        port:montage
+}
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120201/cec1ed89/attachment.html>


More information about the macports-changes mailing list