<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/14943b2741f6baa35946e7ae59817dc2b4626691">https://github.com/macports/macports-ports/commit/14943b2741f6baa35946e7ae59817dc2b4626691</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 14943b2741f libraqm: add unconditional build dep gtk-doc
</span>14943b2741f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 14943b2741f6baa35946e7ae59817dc2b4626691
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Sun Oct 3 09:43:54 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    libraqm: add unconditional build dep gtk-doc
</span>---
 devel/libraqm/Portfile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/libraqm/Portfile b/devel/libraqm/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 42a0f420ecf..413e947e684 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/libraqm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/libraqm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,7 +27,11 @@ long_description        Raqm is a small library that encapsulates the logic for
</span> 
 homepage                https://host-oman.github.io/libraqm/
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_build-append    port:pkgconfig
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# NOTE: Dependency 'gtk-doc' needed unconditionally, even when docs not built.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#   Otherwise, build fails with:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#   automake: error: cannot open < gtk-doc.make: No such file or directory
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build-append    port:pkgconfig \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        port:gtk-doc
</span> 
 depends_lib-append      port:freetype \
                         path:lib/pkgconfig/harfbuzz.pc:harfbuzz \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -43,6 +47,5 @@ test.run                yes
</span> test.target             check
 
 variant docs description "Install documentation" {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_build-append  port:gtk-doc
</span>     configure.args-append --enable-gtk-doc
 }
</pre><pre style='margin:0'>

</pre>