[70706] trunk/dports/graphics/gimp2/Portfile

jmr at macports.org jmr at macports.org
Tue Aug 17 18:45:12 PDT 2010


Revision: 70706
          http://trac.macports.org/changeset/70706
Author:   jmr at macports.org
Date:     2010-08-17 18:45:11 -0700 (Tue, 17 Aug 2010)
Log Message:
-----------
gimp2: fix breakage from python26 changeover (#25972)

Modified Paths:
--------------
    trunk/dports/graphics/gimp2/Portfile

Modified: trunk/dports/graphics/gimp2/Portfile
===================================================================
--- trunk/dports/graphics/gimp2/Portfile	2010-08-17 22:22:49 UTC (rev 70705)
+++ trunk/dports/graphics/gimp2/Portfile	2010-08-18 01:45:11 UTC (rev 70706)
@@ -64,6 +64,9 @@
 
 use_parallel_build  yes
 configure.python    ${prefix}/bin/python2.6
+set python_framework ${frameworks_dir}/Python.framework/Versions/2.6
+configure.pkg_config_path ${python_framework}/lib/pkgconfig:${prefix}/lib/pkgconfig:${prefix}/share/pkgconfig
+configure.env   PATH=${python_framework}/bin:$env(PATH)
 configure.args  --build=${configure.build_arch}-apple-${os.platform}${os.version} \
                 --enable-mp \
                 --with-pdbgen \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100817/3d7649b5/attachment-0001.html>


More information about the macports-changes mailing list