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

jeremyhu at macports.org jeremyhu at macports.org
Fri Dec 12 14:46:42 PST 2008


Revision: 43647
          http://trac.macports.org/changeset/43647
Author:   jeremyhu at macports.org
Date:     2008-12-12 14:46:41 -0800 (Fri, 12 Dec 2008)
Log Message:
-----------
pango-devel: updated dependencies to match updates in the pango port (see bug #17558)

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

Modified: trunk/dports/x11/pango-devel/Portfile
===================================================================
--- trunk/dports/x11/pango-devel/Portfile	2008-12-12 22:43:55 UTC (rev 43646)
+++ trunk/dports/x11/pango-devel/Portfile	2008-12-12 22:46:41 UTC (rev 43647)
@@ -5,6 +5,7 @@
 name                    pango-devel
 set my_name             pango
 version                 1.21.6
+revision                1
 set branch              [join [lrange [split ${version} .] 0 1] .]
 categories              x11
 maintainers             ryandesign
@@ -34,10 +35,8 @@
 
 depends_lib \
     path:lib/pkgconfig/glib-2.0.pc:glib2 \
-    lib:libX11.6:XFree86 \
-    port:Xft2 \
+    lib:libXft.2:Xft2 \
     path:lib/pkgconfig/cairo.pc:cairo \
-    port:fontconfig
 
 patchfiles \
     patch-ltmain.sh.diff
@@ -66,18 +65,12 @@
     -bind_at_load
 
 configure.args \
-    --x-includes=${x11prefix}/include \
-    --x-libraries=${x11prefix}/lib \
     --enable-static \
     --enable-cairo
 
 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
+        lib:libXft.2:Xft2
     configure.args-append \
         --without-x
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081212/0d869ff3/attachment.html>


More information about the macports-changes mailing list