Revision: 104854 https://trac.macports.org/changeset/104854 Author: cal@macports.org Date: 2013-04-03 17:57:56 -0700 (Wed, 03 Apr 2013) Log Message: ----------- pango-devel: allow cairo-devel to satisfy active_variants checks, openmaintainer Modified Paths: -------------- trunk/dports/x11/pango-devel/Portfile Modified: trunk/dports/x11/pango-devel/Portfile =================================================================== --- trunk/dports/x11/pango-devel/Portfile 2013-04-04 00:56:05 UTC (rev 104853) +++ trunk/dports/x11/pango-devel/Portfile 2013-04-04 00:57:56 UTC (rev 104854) @@ -53,9 +53,9 @@ # distinguish whether an installed pango has quartz support or not. } if {[variant_isset quartz]} { - require_active_variants cairo quartz + require_active_variants path:lib/pkgconfig/cairo.pc:cairo quartz } else { - require_active_variants cairo "" quartz + require_active_variants path:lib/pkgconfig/cairo.pc:cairo "" quartz } } @@ -105,9 +105,9 @@ default_variants +x11 if {[variant_isset x11]} { - require_active_variants cairo x11 + require_active_variants path:lib/pkgconfig/cairo.pc:cairo x11 } else { - require_active_variants cairo "" x11 + require_active_variants path:lib/pkgconfig/cairo.pc:cairo "" x11 } post-destroot {
participants (1)
-
cal@macports.org