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

jmr at macports.org jmr at macports.org
Sun Aug 22 19:30:32 PDT 2010


Revision: 70837
          http://trac.macports.org/changeset/70837
Author:   jmr at macports.org
Date:     2010-08-22 19:30:29 -0700 (Sun, 22 Aug 2010)
Log Message:
-----------
gimp2: PKG_CONFIG_PATH doesn't need to include the default locations

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

Modified: trunk/dports/graphics/gimp2/Portfile
===================================================================
--- trunk/dports/graphics/gimp2/Portfile	2010-08-23 01:37:33 UTC (rev 70836)
+++ trunk/dports/graphics/gimp2/Portfile	2010-08-23 02:30:29 UTC (rev 70837)
@@ -65,7 +65,7 @@
 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.pkg_config_path ${python_framework}/lib/pkgconfig
 configure.env   PATH=${python_framework}/bin:$env(PATH)
 configure.args  --build=${configure.build_arch}-apple-${os.platform}${os.version} \
                 --enable-mp \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100822/a3d17d3c/attachment.html>


More information about the macports-changes mailing list