[36384] trunk/dports/python/py-pyqt3/Portfile

rhwood at macports.org rhwood at macports.org
Tue Apr 29 01:10:45 PDT 2008


Revision: 36384
          http://trac.macosforge.org/projects/macports/changeset/36384
Author:   rhwood at macports.org
Date:     2008-04-29 01:10:45 -0700 (Tue, 29 Apr 2008)

Log Message:
-----------
Explicitly use python 2.4 instead of whichever python is syslinked to "python"
Thanks to benomatic.org:orange

Modified Paths:
--------------
    trunk/dports/python/py-pyqt3/Portfile

Modified: trunk/dports/python/py-pyqt3/Portfile
===================================================================
--- trunk/dports/python/py-pyqt3/Portfile	2008-04-29 07:42:28 UTC (rev 36383)
+++ trunk/dports/python/py-pyqt3/Portfile	2008-04-29 08:10:45 UTC (rev 36384)
@@ -33,7 +33,7 @@
 		${worksrcpath}/qmake.conf
 }
 
-configure.cmd	"echo yes | ${prefix}/bin/python configure.py \
+configure.cmd	"echo yes | ${prefix}/bin/python2.4 configure.py \
 			-g ${prefix}/include/qt3 -q ${prefix} -y qt-mt"
 configure.pre_args
 configure.post_args	LFLAGS="-F${prefix}/Library/Frameworks -L${prefix}/lib"

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


More information about the macports-changes mailing list