[44345] trunk/dports/python/py25-gtk/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Fri Dec 26 15:43:58 PST 2008


Revision: 44345
          http://trac.macports.org/changeset/44345
Author:   mcalhoun at macports.org
Date:     2008-12-26 15:43:57 -0800 (Fri, 26 Dec 2008)
Log Message:
-----------
py25-gtk: Accommodate changes to py25-cairo (r44344).
No revision increase needed since only the location of build files changed.

Modified Paths:
--------------
    trunk/dports/python/py25-gtk/Portfile

Modified: trunk/dports/python/py25-gtk/Portfile
===================================================================
--- trunk/dports/python/py25-gtk/Portfile	2008-12-26 23:32:25 UTC (rev 44344)
+++ trunk/dports/python/py25-gtk/Portfile	2008-12-26 23:43:57 UTC (rev 44345)
@@ -24,6 +24,7 @@
                 sha1 7a7d095f53829895174640d693c4e4af16122d98 \
                 rmd160 c368deab52524248593b77984e93f18150efa0f4
 
+depends_build   port:pkgconfig
 depends_lib     port:python25 \
                 port:atk \
                 port:cairo \
@@ -35,6 +36,9 @@
 
 configure.args  --disable-glibtest
 
+set python_prefix  ${frameworks_dir}/Python.framework/Versions/2.5
+configure.pkg_config_path ${python_prefix}/lib/pkgconfig
+
 configure.python    ${prefix}/bin/python2.5
 
 platform darwin 7 {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081226/da06b11b/attachment.html>


More information about the macports-changes mailing list