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

source_changes at macosforge.org source_changes at macosforge.org
Thu Aug 30 02:26:24 PDT 2007


Revision: 28390
          http://trac.macosforge.org/projects/macports/changeset/28390
Author:   rhwood at macports.org
Date:     2007-08-30 02:26:24 -0700 (Thu, 30 Aug 2007)

Log Message:
-----------
Upgrade required python version from 2.4 to 2.5

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

Modified: trunk/dports/gnome/vte/Portfile
===================================================================
--- trunk/dports/gnome/vte/Portfile	2007-08-30 07:35:56 UTC (rev 28389)
+++ trunk/dports/gnome/vte/Portfile	2007-08-30 09:26:24 UTC (rev 28390)
@@ -2,6 +2,7 @@
 PortSystem 1.0
 name		vte
 version		0.16.5
+revision	1
 description	Terminal widget with improved accessibility and I18N support.
 long_description        Terminal widget with improved font, \
 			internationalisation and accessibility support \
@@ -13,7 +14,7 @@
 master_sites    gnome:sources/vte/0.16/
 checksums	md5 54252b22c7df76e4e1bf8f5a89fe394d
 depends_lib	\
-	port:py-gtk2
+	port:py25-gtk
 depends_build	\
 	port:p5-xml-parser \
 	port:pkgconfig
@@ -23,12 +24,13 @@
 		--disable-freetypetest \
 		--with-ft-include-prefix=${prefix}/include/freetype2 \
 		--enable-python
-configure.env   GMSGFMT=${prefix}/bin/msgfmt
+configure.env   GMSGFMT=${prefix}/bin/msgfmt \
+		PYTHON=${prefix}/bin/python2.5
 configure.cppflags-append -I${prefix}/include/freetype2
 configure.cflags-append -fstrict-aliasing -funroll-loops
 
 variant without_python {
-	depends_lib-delete		port:py-gtk2
+	depends_lib-delete	port:py25-gtk2
 	configure.args-delete	--enable-python
 	configure.args-append	--disable-python
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070830/368345ea/attachment.html


More information about the macports-changes mailing list