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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2a738189a36a4163d5caa54ab83f5d4a15449fb2">https://github.com/macports/macports-ports/commit/2a738189a36a4163d5caa54ab83f5d4a15449fb2</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 2a738189a36 pango-devel: needs fix in build.env
</span>2a738189a36 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2a738189a36a4163d5caa54ab83f5d4a15449fb2
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Tue Sep 14 07:30:50 2021 -0700

<span style='display:block; white-space:pre;color:#404040;'>    pango-devel: needs fix in build.env
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    this one is totally on me; I tweaked this fix and I
</span><span style='display:block; white-space:pre;color:#404040;'>    made the slight error during the tweak, sorry.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    fixed now.
</span>---
 x11/pango-devel/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/x11/pango-devel/Portfile b/x11/pango-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 52d63229d11..73f47655449 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/x11/pango-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/x11/pango-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -65,7 +65,7 @@ license_noconflict      gobject-introspection
</span> # Fix help2man invocation on Tiger
 platform darwin 8 {
     # meson on Tiger cannot use rpaths, so we workaround with this to find dylib
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    destroot.env-append    "DYLD_LIBRARY_PATH=${build_dir}/pango"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    build.env-append    "DYLD_LIBRARY_PATH=${build_dir}/pango"
</span> }
 
 if {${os.platform} eq "darwin" && ${os.subplatform} eq "macosx" && ${os.major} > 8} {
</pre><pre style='margin:0'>

</pre>