<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/04500c7b2fc2114c9203d9b82e1d24edc78dbf16">https://github.com/macports/macports-ports/commit/04500c7b2fc2114c9203d9b82e1d24edc78dbf16</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new 04500c7 pslib: Add gettext build dependency
</span>04500c7 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 04500c7b2fc2114c9203d9b82e1d24edc78dbf16
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Dec 10 15:33:35 2018 -0600
<span style='display:block; white-space:pre;color:#404040;'> pslib: Add gettext build dependency
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Fixes autoreconf failure.
</span>---
print/pslib/Portfile | 1 +
1 file changed, 1 insertion(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/print/pslib/Portfile b/print/pslib/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ce9cb97..8cd04f1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/print/pslib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/print/pslib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,6 +41,7 @@ autoreconf.cmd ./autogen.sh
</span>
depends_build port:autoconf \
port:automake \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ path:lib/pkgconfig/glib-2.0.pc:glib2 \
</span> port:intltool \
port:libtool
</pre><pre style='margin:0'>
</pre>