[64123] trunk/dports/gnome/vte/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Mon Feb 22 10:31:52 PST 2010


Revision: 64123
          http://trac.macports.org/changeset/64123
Author:   macsforever2000 at macports.org
Date:     2010-02-22 10:31:50 -0800 (Mon, 22 Feb 2010)
Log Message:
-----------
Require python 2.6 instead of 2.5.

Modified Paths:
--------------
    trunk/dports/gnome/vte/Portfile

Modified: trunk/dports/gnome/vte/Portfile
===================================================================
--- trunk/dports/gnome/vte/Portfile	2010-02-22 18:26:33 UTC (rev 64122)
+++ trunk/dports/gnome/vte/Portfile	2010-02-22 18:31:50 UTC (rev 64123)
@@ -5,6 +5,7 @@
 
 name            vte
 version         0.20.5
+revision        1
 set branch      [join [lrange [split $version .] 0 1] .]
 maintainers     nomaintainer
 categories      gnome
@@ -24,7 +25,7 @@
                 sha1    8e3a471183258d5f0ca807465e5b86bb29a3d110 \
                 rmd160  88e2067a67eea8a6f067d4a5851c0222fde7d468
 
-depends_lib     port:py25-gtk \
+depends_lib     port:py26-gtk \
                 port:gtk2 \
                 port:ncurses
 
@@ -37,14 +38,14 @@
 }
 
 configure.args  --disable-freetypetest
-configure.python ${prefix}/bin/python2.5
+configure.python ${prefix}/bin/python2.6
 
 configure.cflags-append -fstrict-aliasing
 
 use_parallel_build  yes
 
 variant without_python description {Disable Python support} {
-    depends_lib-delete  port:py25-gtk
+    depends_lib-delete  port:py26-gtk
     configure.args-append   --disable-python
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100222/15664337/attachment.html>


More information about the macports-changes mailing list