[89154] trunk/dports/gnome/gtk2/Portfile

cal at macports.org cal at macports.org
Thu Jan 19 15:27:47 PST 2012


Revision: 89154
          http://trac.macports.org/changeset/89154
Author:   cal at macports.org
Date:     2012-01-19 15:27:47 -0800 (Thu, 19 Jan 2012)
Log Message:
-----------
gtk2: remove dependency for librsvg to avoid circular dependency

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

Modified: trunk/dports/gnome/gtk2/Portfile
===================================================================
--- trunk/dports/gnome/gtk2/Portfile	2012-01-19 22:58:38 UTC (rev 89153)
+++ trunk/dports/gnome/gtk2/Portfile	2012-01-19 23:27:47 UTC (rev 89154)
@@ -44,9 +44,12 @@
 
 depends_lib         port:atk \
                     path:lib/pkgconfig/pango.pc:pango \
-                    port:gdk-pixbuf2 \
-                    port:librsvg
+                    port:gdk-pixbuf2
+# gtk2 applications would need librsvg to display SVG icons, however librsvg
+# depends on gtk2, so we can not list it as a dependency here.
+#                   port:librsvg
 
+
 depends_run         port:shared-mime-info \
                     port:hicolor-icon-theme
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120119/25ea0fb1/attachment.html>


More information about the macports-changes mailing list