[70715] trunk/dports/graphics/gimp2-devel/Portfile

devans at macports.org devans at macports.org
Wed Aug 18 10:50:54 PDT 2010


Revision: 70715
          http://trac.macports.org/changeset/70715
Author:   devans at macports.org
Date:     2010-08-18 10:50:53 -0700 (Wed, 18 Aug 2010)
Log Message:
-----------
gimp2-devel: add gimp2 python fix #25972.

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

Modified: trunk/dports/graphics/gimp2-devel/Portfile
===================================================================
--- trunk/dports/graphics/gimp2-devel/Portfile	2010-08-18 17:00:42 UTC (rev 70714)
+++ trunk/dports/graphics/gimp2-devel/Portfile	2010-08-18 17:50:53 UTC (rev 70715)
@@ -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/20100818/d3b54171/attachment-0001.html>


More information about the macports-changes mailing list