[93209] trunk/dports/gnome/gtk3/Portfile

cal at macports.org cal at macports.org
Thu May 17 13:02:04 PDT 2012


Revision: 93209
          https://trac.macports.org/changeset/93209
Author:   cal at macports.org
Date:     2012-05-17 13:02:03 -0700 (Thu, 17 May 2012)
Log Message:
-----------
gtk3: Make pango a port-style dependency
Don't allow pango-devel to satisfy the dep, because it currently is too old to do so.

Modified Paths:
--------------
    trunk/dports/gnome/gtk3/Portfile

Modified: trunk/dports/gnome/gtk3/Portfile
===================================================================
--- trunk/dports/gnome/gtk3/Portfile	2012-05-17 19:53:54 UTC (rev 93208)
+++ trunk/dports/gnome/gtk3/Portfile	2012-05-17 20:02:03 UTC (rev 93209)
@@ -38,9 +38,11 @@
 depends_build       port:pkgconfig
 
 depends_lib         port:atk \
-                    path:lib/pkgconfig/pango.pc:pango \
                     port:gdk-pixbuf2 \
-                    path:lib/pkgconfig/glib-2.0.pc:glib2
+                    path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                    port:pango
+                    # pango-devel doesn't currently satisfy the dependency, because it's < 1.30
+                    # path:lib/pkgconfig/pango.pc:pango \
 
 depends_run         port:shared-mime-info
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120517/00bcd5ed/attachment.html>


More information about the macports-changes mailing list