[43560] trunk/dports/x11/pango/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Thu Dec 11 18:36:49 PST 2008


Revision: 43560
          http://trac.macports.org/changeset/43560
Author:   jeremyhu at macports.org
Date:     2008-12-11 18:36:49 -0800 (Thu, 11 Dec 2008)
Log Message:
-----------
pango: Pango fixes pertaining to bug #17558.  Eliminated some dependencies brought in by other deps (fontconfig and libX11 already from Xft2) and not using --x-includes and --x-libraries.

Modified Paths:
--------------
    trunk/dports/x11/pango/Portfile

Modified: trunk/dports/x11/pango/Portfile
===================================================================
--- trunk/dports/x11/pango/Portfile	2008-12-12 02:23:40 UTC (rev 43559)
+++ trunk/dports/x11/pango/Portfile	2008-12-12 02:36:49 UTC (rev 43560)
@@ -31,10 +31,8 @@
 
 depends_lib \
     path:lib/pkgconfig/glib-2.0.pc:glib2 \
-    lib:libX11.6:XFree86 \
     port:Xft2 \
     path:lib/pkgconfig/cairo.pc:cairo \
-    port:fontconfig
 
 patchfiles \
     patch-ltmain.sh.diff
@@ -63,17 +61,11 @@
     -bind_at_load
 
 configure.args \
-    --x-includes=${x11prefix}/include \
-    --x-libraries=${x11prefix}/lib \
     --enable-static
 
 variant no_x11 description {Disable X11 support} {
     depends_lib-delete \
-        lib:libX11.6:XFree86 \
         port:Xft2
-    configure.args-delete \
-        --x-includes=${x11prefix}/include \
-        --x-libraries=${x11prefix}/lib
     configure.args-append \
         --without-x
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081211/084eefca/attachment.html>


More information about the macports-changes mailing list