[58350] trunk/dports/python/py25-gst-python/Portfile

rmsfisher at macports.org rmsfisher at macports.org
Sat Sep 26 20:12:49 PDT 2009


Revision: 58350
          http://trac.macports.org/changeset/58350
Author:   rmsfisher at macports.org
Date:     2009-09-26 20:12:48 -0700 (Sat, 26 Sep 2009)
Log Message:
-----------
python/py25-gst-python fixed python-specific lines to point to python25

Modified Paths:
--------------
    trunk/dports/python/py25-gst-python/Portfile

Modified: trunk/dports/python/py25-gst-python/Portfile
===================================================================
--- trunk/dports/python/py25-gst-python/Portfile	2009-09-27 03:09:27 UTC (rev 58349)
+++ trunk/dports/python/py25-gst-python/Portfile	2009-09-27 03:12:48 UTC (rev 58350)
@@ -21,12 +21,12 @@
                     port:gst-plugins-base
 
 #gst-python does not use setup.py, so python arguments are passed to configure
-set python_prefix           ${frameworks_dir}/Python.framework/Versions/2.6
+set python_prefix           ${frameworks_dir}/Python.framework/Versions/2.5
 configure.pre_args-delete   --prefix=${prefix}
 configure.pre_args-append   --prefix=${python_prefix}
-configure.args-append       --includedir=${python_prefix}/include/python2.6
+configure.args-append       --includedir=${python_prefix}/include/python2.5
 configure.pkg_config_path   ${python_prefix}/lib/pkgconfig
-configure.python            ${prefix}/bin/python2.6
+configure.python            ${prefix}/bin/python2.5
 
 livecheck.url   http://gstreamer.freedesktop.org/src/${name}/
 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090926/d5c400ab/attachment.html>


More information about the macports-changes mailing list