Revision
104853
Author
cal@macports.org
Date
2013-04-03 17:56:05 -0700 (Wed, 03 Apr 2013)

Log Message

pango: allow cairo-devel to satisfy active_variants checks, openmaintainer

Modified Paths

Diff

Modified: trunk/dports/x11/pango/Portfile (104852 => 104853)


--- trunk/dports/x11/pango/Portfile	2013-04-04 00:54:01 UTC (rev 104852)
+++ trunk/dports/x11/pango/Portfile	2013-04-04 00:56:05 UTC (rev 104853)
@@ -54,9 +54,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
     }
 }
 
@@ -106,9 +106,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 {