[104854] trunk/dports/x11/pango-devel/Portfile

cal at macports.org cal at macports.org
Wed Apr 3 17:57:56 PDT 2013


Revision: 104854
          https://trac.macports.org/changeset/104854
Author:   cal at 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 {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130403/19f86650/attachment.html>


More information about the macports-changes mailing list