gajim: fix build by setting appropriate configure.pkg_config_path (#28496)
--- trunk/dports/net/gajim/Portfile 2012-02-07 21:55:43 UTC (rev 89714)
+++ trunk/dports/net/gajim/Portfile 2012-02-07 22:17:58 UTC (rev 89715)
@@ -41,6 +41,9 @@
port:py26-openssl \
port:dbus-python26
+set python_prefix ${frameworks_dir}/Python.framework/Versions/2.6
+configure.pkg_config_path ${python_prefix}/lib/pkgconfig
+
configure.args --disable-trayicon \
--enable-idle \
--disable-gtkspell \