<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/9b65556b46b844b176fa1b28ccaf9370ed2a42fd">https://github.com/macports/macports-ports/commit/9b65556b46b844b176fa1b28ccaf9370ed2a42fd</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 9b65556b46b844b176fa1b28ccaf9370ed2a42fd
</span>Author: Eric Gallager <egall@gwmail.gwu.edu>
AuthorDate: Wed Jul 21 23:28:16 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    spice-gtk: Add dependency on asciidoc
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The configure step would fail in trace mode previously when it tried to access asciidoc (which trace mode was hiding from it), so this fixes that.
</span>---
 gnome/spice-gtk/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/spice-gtk/Portfile b/gnome/spice-gtk/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 19647432ee8..a1e0c691a9c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/spice-gtk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/spice-gtk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -45,6 +45,7 @@ post-patch {
</span> }
 
 depends_build-append \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:asciidoc \
</span>                     port:intltool \
                     port:pkgconfig \
                     port:python${python_ver_no_dot} \
</pre><pre style='margin:0'>

</pre>