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

mcalhoun at macports.org mcalhoun at macports.org
Fri Dec 12 16:25:27 PST 2008


Revision: 43654
          http://trac.macports.org/changeset/43654
Author:   mcalhoun at macports.org
Date:     2008-12-12 16:25:27 -0800 (Fri, 12 Dec 2008)
Log Message:
-----------
cairo: Fix typo (.append -> -append) in x11_xcb variant.
No revision increase needed since the port either builds as intended or not at all.

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

Modified: trunk/dports/graphics/cairo/Portfile
===================================================================
--- trunk/dports/graphics/cairo/Portfile	2008-12-12 23:51:43 UTC (rev 43653)
+++ trunk/dports/graphics/cairo/Portfile	2008-12-13 00:25:27 UTC (rev 43654)
@@ -90,7 +90,7 @@
 variant x11_xcb conflicts no_x11 description {Use libxcb for X11 protocol communication} {
     configure.args-delete --disable-xcb
     configure.args-append --enable-xcb
-    depends_lib.append lib:libxcb.1:xorg-libxcb
+    depends_lib-append lib:libxcb.1:xorg-libxcb
 }
 
 platform macosx {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081212/7633c811/attachment.html>


More information about the macports-changes mailing list