Revision
70837
Author
jmr@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

Diff

Modified: trunk/dports/graphics/gimp2/Portfile (70836 => 70837)


--- 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 \