Revision: 89545 http://trac.macports.org/changeset/89545 Author: robitaille@macports.org Date: 2012-02-01 13:37:09 -0800 (Wed, 01 Feb 2012) Log Message: ----------- py-kapteyn: fixed unified Portfile Modified Paths: -------------- trunk/dports/python/py-kapteyn/Portfile Modified: trunk/dports/python/py-kapteyn/Portfile =================================================================== --- trunk/dports/python/py-kapteyn/Portfile 2012-02-01 21:36:42 UTC (rev 89544) +++ trunk/dports/python/py-kapteyn/Portfile 2012-02-01 21:37:09 UTC (rev 89545) @@ -31,6 +31,8 @@ python.versions 25 26 27 python.default_version 27 -depends_run-append port:py${python.version}-numpy \ - port:py${python.version}-pyfits \ - port:py${python.version}-matplotlib +if {$subport != $name} { + depends_run-append port:py${python.version}-numpy \ + port:py${python.version}-pyfits \ + port:py${python.version}-matplotlib +} \ No newline at end of file