[44370] trunk/dports/python/py-gtk2/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Fri Dec 26 23:40:00 PST 2008


Revision: 44370
          http://trac.macports.org/changeset/44370
Author:   mcalhoun at macports.org
Date:     2008-12-26 23:39:59 -0800 (Fri, 26 Dec 2008)
Log Message:
-----------
py-gtk2: Accommodate changes to py-cairo (r44366).
No revision increase needed since only the location of build files changed.

Modified Paths:
--------------
    trunk/dports/python/py-gtk2/Portfile

Modified: trunk/dports/python/py-gtk2/Portfile
===================================================================
--- trunk/dports/python/py-gtk2/Portfile	2008-12-27 07:34:19 UTC (rev 44369)
+++ trunk/dports/python/py-gtk2/Portfile	2008-12-27 07:39:59 UTC (rev 44370)
@@ -24,6 +24,7 @@
                 sha1 7a7d095f53829895174640d693c4e4af16122d98 \
                 rmd160 c368deab52524248593b77984e93f18150efa0f4
 
+depends_build   port:pkgconfig
 depends_lib     port:python24 \
                 port:atk \
                 port:cairo \
@@ -35,6 +36,10 @@
 
 configure.args  --disable-glibtest
 
+# needed to find Python pkg-config files
+set python_prefix  ${frameworks_dir}/Python.framework/Versions/2.4
+configure.pkg_config_path ${python_prefix}/lib/pkgconfig
+
 configure.python    ${prefix}/bin/python2.4
 
 platform darwin 7 {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081226/2588b17e/attachment.html>


More information about the macports-changes mailing list