[74884] trunk/dports/gnome/gtk-doc/Portfile

singingwolfboy at macports.org singingwolfboy at macports.org
Wed Jan 5 11:09:39 PST 2011


Revision: 74884
          http://trac.macports.org/changeset/74884
Author:   singingwolfboy at macports.org
Date:     2011-01-05 11:09:31 -0800 (Wed, 05 Jan 2011)
Log Message:
-----------
change gtk-doc to default to Python 2.7

Modified Paths:
--------------
    trunk/dports/gnome/gtk-doc/Portfile

Modified: trunk/dports/gnome/gtk-doc/Portfile
===================================================================
--- trunk/dports/gnome/gtk-doc/Portfile	2011-01-05 16:04:34 UTC (rev 74883)
+++ trunk/dports/gnome/gtk-doc/Portfile	2011-01-05 19:09:31 UTC (rev 74884)
@@ -62,9 +62,9 @@
     configure.python        ${prefix}/bin/python2.7
 }
 
-# Default to python 2.6
-if {![variant_isset python25] && ![variant_isset python27]} {
-    default_variants +python26
+# Default to python 2.7
+if {![variant_isset python25] && ![variant_isset python26]} {
+    default_variants +python27
 }
 
 livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110105/825146c4/attachment.html>


More information about the macports-changes mailing list