<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a7eceb3d4b9697e4752cac2fa63ed919647284d0">https://github.com/macports/macports-ports/commit/a7eceb3d4b9697e4752cac2fa63ed919647284d0</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 a7eceb3 fribidi: Add missing autoconf build dep
</span>a7eceb3 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit a7eceb3d4b9697e4752cac2fa63ed919647284d0
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sat Mar 28 09:56:51 2020 +0000
<span style='display:block; white-space:pre;color:#404040;'> fribidi: Add missing autoconf build dep
</span>---
textproc/fribidi/Portfile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/fribidi/Portfile b/textproc/fribidi/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f5d7604..431adcf 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/fribidi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/fribidi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,7 +25,9 @@ checksums rmd160 2bd97363d956db9bfe7f552ba13b390c3330a1e2 \
</span> size 1141684
use_xz yes
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_build port:automake \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:autoconf \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:automake \
</span> port:pkgconfig
patchfiles gen.tab_Makefile.am.patch
</pre><pre style='margin:0'>
</pre>