Revision
80082
Author
jeremyhu@macports.org
Date
2011-07-03 16:51:07 -0700 (Sun, 03 Jul 2011)

Log Message

gnome-mag: Use python2.7 for colorblind variant

Modified Paths

Diff

Modified: trunk/dports/gnome/gnome-mag/Portfile (80081 => 80082)


--- trunk/dports/gnome/gnome-mag/Portfile	2011-07-03 23:51:02 UTC (rev 80081)
+++ trunk/dports/gnome/gnome-mag/Portfile	2011-07-03 23:51:07 UTC (rev 80082)
@@ -5,7 +5,7 @@
 
 name		gnome-mag
 version         0.16.3
-revision        1
+revision        2
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description	GNOME magnifier.
 long_description       ${description}
@@ -37,11 +37,11 @@
 
 variant colorblind description {Enable building of colorblind applet} {
                 depends_lib-append        port:libcolorblind \
-                                          port:py26-gnome \
+                                          port:py27-gnome \
                                           port:gnome-python-desktop
                 configure.args-delete     --enable-colorblind-applet=no
-                configure.python          ${prefix}/bin/python2.6
-                set python_framework      ${frameworks_dir}/Python.framework/Versions/2.6
+                configure.python          ${prefix}/bin/python2.7
+                set python_framework      ${frameworks_dir}/Python.framework/Versions/2.7
                 configure.pkg_config_path ${python_framework}/lib/pkgconfig
                 configure.env             PATH=${python_framework}/bin:$env(PATH)
 }