Revision: 103234 https://trac.macports.org/changeset/103234 Author: ryandesign@macports.org Date: 2013-02-18 23:08:55 -0800 (Mon, 18 Feb 2013) Log Message: ----------- cogl: allow cairo-devel and pango-devel to satisfy the cairo and pango dependencies respectively Modified Paths: -------------- trunk/dports/graphics/cogl/Portfile Modified: trunk/dports/graphics/cogl/Portfile =================================================================== --- trunk/dports/graphics/cogl/Portfile 2013-02-19 07:07:44 UTC (rev 103233) +++ trunk/dports/graphics/cogl/Portfile 2013-02-19 07:08:55 UTC (rev 103234) @@ -25,10 +25,10 @@ depends_build port:pkgconfig -depends_lib port:cairo \ +depends_lib path:lib/pkgconfig/cairo.pc:cairo \ port:gobject-introspection \ port:mesa \ - port:pango + path:lib/pkgconfig/pango.pc:pango configure.args --enable-introspection=yes \ --enable-cogl-pango=yes
participants (1)
-
ryandesign@macports.org