Modified: trunk/dports/python/py-envisagecore/Portfile (89529 => 89531)
--- trunk/dports/python/py26-envisagecore/Portfile 2012-02-01 18:11:40 UTC (rev 89529)
+++ trunk/dports/python/py-envisagecore/Portfile 2012-02-01 18:28:25 UTC (rev 89531)
@@ -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 python26 1.0
+PortSystem 1.0
+PortGroup python 1.0
-name py26-envisagecore
+name py-envisagecore
version 3.2.0
categories-append devel
maintainers vcn.com:jjstickel openmaintainer
@@ -21,5 +21,11 @@
sha1 41de5f291a1cb36984853e48e2bbd9e16092f596 \
rmd160 1e4867176ff81e775d9ad0ee1721a49324818906
-depends_build-append port:py26-distribute
-depends_lib-append port:py26-enthoughtbase port:py26-traits
+python.versions 25 26 27
+python.default_version 25
+
+if {$subport != $name} {
+ depends_build-append port:py${python.version}-distribute
+ depends_lib-append port:py${python.version}-enthoughtbase \
+ port:py${python.version}-traits
+}