Modified: trunk/dports/python/py-pywcs/Portfile (89515 => 89516)
--- trunk/dports/python/py27-pywcs/Portfile 2012-02-01 16:22:54 UTC (rev 89515)
+++ trunk/dports/python/py-pywcs/Portfile 2012-02-01 16:31:17 UTC (rev 89516)
@@ -1,10 +1,10 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup python27 1.0
+PortSystem 1.0
+PortGroup python 1.0
-name py27-pywcs
+name py-pywcs
version 1.10-4.7
maintainers robitaille stsci.edu:mperrin
@@ -23,5 +23,8 @@
sha1 bfe50e01325e071aaa24b7927b743cebf3512a32 \
rmd160 d8faac156537244dbd46b904c23aa9beddc518a0
-depends_run-append port:py27-numpy \
- port:py27-pyfits
+python.versions 25 26 27
+python.default_version 27
+
+depends_run-append port:py${python.version}-numpy \
+ port:py${python.version}-pyfits