Modified: trunk/dports/devel/depot_tools/Portfile (70275 => 70276)
--- trunk/dports/devel/depot_tools/Portfile 2010-08-04 12:44:49 UTC (rev 70275)
+++ trunk/dports/devel/depot_tools/Portfile 2010-08-04 13:33:50 UTC (rev 70276)
@@ -4,7 +4,7 @@
PortSystem 1.0
name depot_tools
-version 54528
+version 54894
categories devel
maintainers snc openmaintainer
description Manages interaction with the Chromium development process
@@ -15,15 +15,15 @@
platforms darwin
depends_build port:git-core
-variant python25 {
+variant python25 conflicts python26 python27 description {Use python 2.5} {
depends_run-append port:py25-socket-ssl
}
-variant python26 {
+variant python26 conflicts python25 python27 description {Use python 2.6} {
depends_run-append port:python26
}
-variant python27 {
+variant python27 conflicts python25 python26 description {Use python 2.7} {
depends_run-append port:python27
}