<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/6e04c9197f963ac30b66bf55bab0cd7bcfeda7a6">https://github.com/macports/macports-ports/commit/6e04c9197f963ac30b66bf55bab0cd7bcfeda7a6</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 6e04c91  cmuclmtk: Add autotools build dependencies
</span>6e04c91 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6e04c9197f963ac30b66bf55bab0cd7bcfeda7a6
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Feb 26 04:18:28 2018 -0600

<span style='display:block; white-space:pre;color:#404040;'>    cmuclmtk: Add autotools build dependencies
</span>---
 audio/cmuclmtk/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/audio/cmuclmtk/Portfile b/audio/cmuclmtk/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b77b597..c751eec 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/audio/cmuclmtk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/audio/cmuclmtk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -20,6 +20,10 @@ svn.url             http://svn.code.sf.net/p/cmusphinx/code/trunk/cmuclmtk/
</span> svn.revision        10092
 worksrcdir          ${name}
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build       port:autoconf \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:automake \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:libtool
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> configure.cmd       ./autogen.sh
 
 post-destroot {
</pre><pre style='margin:0'>

</pre>