Modified: trunk/dports/python/py-enthoughtbase/Portfile (89483 => 89484)
--- trunk/dports/python/py26-enthoughtbase/Portfile 2012-01-31 21:22:28 UTC (rev 89483)
+++ trunk/dports/python/py-enthoughtbase/Portfile 2012-01-31 21:42:34 UTC (rev 89484)
@@ -2,9 +2,9 @@
# $Id$
PortSystem 1.0
-PortGroup python26 1.0
+PortGroup python 1.0
-name py26-enthoughtbase
+name py-enthoughtbase
version 3.1.0
categories-append devel
maintainers vcn.com:jjstickel openmaintainer
@@ -14,7 +14,7 @@
long_description The EnthoughtBase project includes a few core packages\
that are used by many other projects in the Enthought Tool Suite
platforms darwin
-homepage http://code.enthought.com/projects/enthought_base.php
+homepage http://code.enthought.com/projects/enthought_base/
master_sites http://www.enthought.com/repo/ets/
distname EnthoughtBase-${version}
@@ -22,4 +22,8 @@
sha1 b764ddbc1c28b0ac9263f996498a1a0ed1a2963d \
rmd160 be66500d5c2fa944b252eb0a205211ac96eb688f
-depends_build-append port:py26-distribute
+python.versions 24 25 26 27
+
+if {$subport != $name} {
+ depends_build-append port:py${python.version}-distribute
+}