<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d7b3b4360c105b7e287eb055dd1ccc6c4cde2ac0">https://github.com/macports/macports-ports/commit/d7b3b4360c105b7e287eb055dd1ccc6c4cde2ac0</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit d7b3b4360c105b7e287eb055dd1ccc6c4cde2ac0
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sun May 5 17:31:04 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    tk: remove unnecessary code
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The code should have been removed in a previous commit.
</span><span style='display:block; white-space:pre;color:#404040;'>    See https://github.com/macports/macports-ports/commit/453df368d934751552c56808c037452432777665
</span>---
 x11/tk/Portfile | 1 -
 1 file changed, 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/x11/tk/Portfile b/x11/tk/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b5cdb2d..146121c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/x11/tk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/x11/tk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -45,7 +45,6 @@ patchfiles          patch-unix-Makefile.in.diff \
</span> patchfiles-append   patch-dyld_fallback_library_path.diff
 
 configure.args      --mandir=${prefix}/share/man --with-tcl=${prefix}/lib
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.cppflags  -I${workpath}/tcl${version}/generic
</span> configure.ldflags   -L${worksrcpath} -L${prefix}/lib -lfontconfig
 
 # see https://trac.macports.org/ticket/17189
</pre><pre style='margin:0'>

</pre>