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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c47fcc49c557a35207e063dc9a975f04ceacfc1a">https://github.com/macports/macports-ports/commit/c47fcc49c557a35207e063dc9a975f04ceacfc1a</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit c47fcc49c557a35207e063dc9a975f04ceacfc1a
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Mon Jan 6 03:32:32 2025 +1100

<span style='display:block; white-space:pre;color:#404040;'>    tkimg: set tk include dir
</span>---
 graphics/tkimg/Portfile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/tkimg/Portfile b/graphics/tkimg/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f66d02f9a66..f82921cabbf 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/tkimg/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/tkimg/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -44,12 +44,14 @@ destroot.destdir        INSTALL_ROOT=${destroot}
</span> 
 variant quartz conflicts x11 {
     depends_lib-append  port:tk-quartz
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-append   --with-tk=${prefix}/lib/tk-quartz
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append   --with-tk=${prefix}/lib/tk-quartz \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            --with-tkinclude=${prefix}/include/tk-quartz
</span> }
 
 variant x11 conflicts quartz {
     depends_lib-append  port:tk-x11
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-append   --with-tk=${prefix}/lib/tk-x11
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append   --with-tk=${prefix}/lib/tk-x11 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            --with-tkinclude=${prefix}/include/tk-x11
</span> }
 
 if {![variant_isset x11] && ![variant_isset quartz]} {
</pre><pre style='margin:0'>

</pre>