[52420] trunk/dports/python/py26-wxpython/Portfile

jameskyle at macports.org jameskyle at macports.org
Mon Jun 15 22:01:13 PDT 2009


Revision: 52420
          http://trac.macports.org/changeset/52420
Author:   jameskyle at macports.org
Date:     2009-06-15 22:01:12 -0700 (Mon, 15 Jun 2009)
Log Message:
-----------
Changed static python binary path to ${python.bin}

Modified Paths:
--------------
    trunk/dports/python/py26-wxpython/Portfile

Modified: trunk/dports/python/py26-wxpython/Portfile
===================================================================
--- trunk/dports/python/py26-wxpython/Portfile	2009-06-16 04:54:34 UTC (rev 52419)
+++ trunk/dports/python/py26-wxpython/Portfile	2009-06-16 05:01:12 UTC (rev 52420)
@@ -38,7 +38,7 @@
 use_configure       no
 
 build.env           UNICODE="1" WXPORT="mac" PATH="${prefix}/lib/wx/config:$env(PATH)"
-build.cmd           ${prefix}/bin/python2.6 setup.py
+build.cmd           ${python.bin} setup.py
 build.target        build
 
 destroot.env        UNICODE="1" WXPORT="mac" PATH="${python.prefix}/lib/wx/config:$env(PATH)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090615/b6e9907b/attachment.html>


More information about the macports-changes mailing list