[80082] trunk/dports/gnome/gnome-mag/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Jul 3 16:51:07 PDT 2011


Revision: 80082
          http://trac.macports.org/changeset/80082
Author:   jeremyhu at 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:
--------------
    trunk/dports/gnome/gnome-mag/Portfile

Modified: trunk/dports/gnome/gnome-mag/Portfile
===================================================================
--- 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)
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110703/c2be855d/attachment.html>


More information about the macports-changes mailing list