Revision: 110414 https://trac.macports.org/changeset/110414 Author: mojca@macports.org Date: 2013-08-30 16:31:26 -0700 (Fri, 30 Aug 2013) Log Message: ----------- py-wxpython-2.8: add missing dependency on pkg-config to find gtk flags (#40308) Modified Paths: -------------- trunk/dports/python/py-wxpython-2.8/Portfile Modified: trunk/dports/python/py-wxpython-2.8/Portfile =================================================================== --- trunk/dports/python/py-wxpython-2.8/Portfile 2013-08-30 23:04:48 UTC (rev 110413) +++ trunk/dports/python/py-wxpython-2.8/Portfile 2013-08-30 23:31:26 UTC (rev 110414) @@ -71,6 +71,7 @@ variant gtk conflicts carbon description {use wxGTK} { wxWidgets.use wxGTK-2.8 # not sure if/what other dependencies should be listed here + depends_build port:pkgconfig depends_lib-append path:lib/pkgconfig/cairo.pc:cairo \ port:gtk2 \ port:${wxWidgets.port}
participants (1)
-
mojca@macports.org