[101337] trunk/dports/graphics/MyPaint/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Jan 8 16:00:42 PST 2013


Revision: 101337
          https://trac.macports.org/changeset/101337
Author:   ryandesign at macports.org
Date:     2013-01-08 16:00:42 -0800 (Tue, 08 Jan 2013)
Log Message:
-----------
MyPaint: set PKG_CONFIG_PATH so that py27-gobject can be found

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

Modified: trunk/dports/graphics/MyPaint/Portfile
===================================================================
--- trunk/dports/graphics/MyPaint/Portfile	2013-01-08 23:47:37 UTC (rev 101336)
+++ trunk/dports/graphics/MyPaint/Portfile	2013-01-09 00:00:42 UTC (rev 101337)
@@ -54,7 +54,8 @@
 build.args                  python_binary=${prefix}/bin/python2.7 \
                             python_config=${prefix}/bin/python2.7-config
 build.env                   CC="${configure.cc} [get_canonical_archflags cc]" \
-                            CXX="${configure.cxx} [get_canonical_archflags cxx]"
+                            CXX="${configure.cxx} [get_canonical_archflags cxx]" \
+                            PKG_CONFIG_PATH="${frameworks_dir}/Python.framework/Versions/2.7/lib/pkgconfig"
 
 eval destroot.args          ${build.args} \
                             prefix=${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130108/cf4b0144/attachment.html>


More information about the macports-changes mailing list