[99534] trunk/dports/graphics/cairo/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Nov 8 15:45:07 PST 2012


Revision: 99534
          http://trac.macports.org//changeset/99534
Author:   ryandesign at macports.org
Date:     2012-11-08 15:45:07 -0800 (Thu, 08 Nov 2012)
Log Message:
-----------
cairo: add xorg-libXext dependency (#36926)

Modified Paths:
--------------
    trunk/dports/graphics/cairo/Portfile

Modified: trunk/dports/graphics/cairo/Portfile
===================================================================
--- trunk/dports/graphics/cairo/Portfile	2012-11-08 23:28:12 UTC (rev 99533)
+++ trunk/dports/graphics/cairo/Portfile	2012-11-08 23:45:07 UTC (rev 99534)
@@ -10,7 +10,7 @@
 conflicts                   cairo-devel
 set my_name                 cairo
 version                     1.12.8
-revision                    1
+revision                    2
 categories                  graphics
 maintainers                 ryandesign
 license                     {LGPL-2.1 MPL-1.1}
@@ -119,7 +119,9 @@
 }
 
 variant x11 {
-    depends_lib-append      port:xrender port:xorg-xcb-util
+    depends_lib-append      port:xrender \
+                            port:xorg-libXext \
+                            port:xorg-xcb-util
     configure.args-delete   --disable-xlib \
                             --without-x \
                             --disable-xcb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121108/071b44f5/attachment.html>


More information about the macports-changes mailing list