Revision
74693
Author
singingwolfboy@macports.org
Date
2010-12-29 11:23:03 -0800 (Wed, 29 Dec 2010)

Log Message

Switched default python to version 2.7 on port git-core

Modified Paths

Diff

Modified: trunk/dports/devel/git-core/Portfile (74692 => 74693)


--- trunk/dports/devel/git-core/Portfile	2010-12-29 19:17:14 UTC (rev 74692)
+++ trunk/dports/devel/git-core/Portfile	2010-12-29 19:23:03 UTC (rev 74693)
@@ -99,7 +99,7 @@
 }
 
 if {![variant_isset python26] && ![variant_isset python27]} {
-    default_variants    +python26
+    default_variants    +python27
 }
 
 variant python26 conflicts python27 description {Use Python 2.6} {