<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/3fe97c1c16b41649e46fc0b384dc45cbd8b709a5">https://github.com/macports/macports-ports/commit/3fe97c1c16b41649e46fc0b384dc45cbd8b709a5</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 3fe97c1c16b41649e46fc0b384dc45cbd8b709a5
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Fri Jan 6 14:56:07 2017 -0800

<span style='display:block; white-space:pre;color:#404040;'>    inkscape: add missing dependency gdk-pixbuf2 and rebuild.
</span>---
 graphics/inkscape/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/inkscape/Portfile b/graphics/inkscape/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a65db78..4dedceb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/inkscape/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/inkscape/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortSystem          1.0
</span> name                inkscape
 conflicts           inkscape-devel
 version             0.92.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> license             GPL-2 LGPL-2.1
 maintainers         devans
 categories          graphics gnome
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,6 +37,7 @@ depends_build       port:pkgconfig \
</span> depends_lib         port:desktop-file-utils \
                     port:popt \
                     path:lib/libgc.dylib:boehmgc \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:gdk-pixbuf2 \
</span>                     port:gsl \
                     port:gtkmm \
                     port:dbus-glib \
</pre><pre style='margin:0'>

</pre>