Modified: trunk/dports/python/py-pywcs/Portfile (89546 => 89547)
--- trunk/dports/python/py-pywcs/Portfile 2012-02-01 21:37:40 UTC (rev 89546)
+++ trunk/dports/python/py-pywcs/Portfile 2012-02-01 21:38:13 UTC (rev 89547)
@@ -27,5 +27,7 @@
python.versions 25 26 27
python.default_version 27
-depends_run-append port:py${python.version}-numpy \
- port:py${python.version}-pyfits
+if {$subport != $name} {
+ depends_run-append port:py${python.version}-numpy \
+ port:py${python.version}-pyfits
+}
\ No newline at end of file