<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/a03166c6dff66d0992f9a04bb1420a8e93e12d64">https://github.com/macports/macports-ports/commit/a03166c6dff66d0992f9a04bb1420a8e93e12d64</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit a03166c6dff66d0992f9a04bb1420a8e93e12d64
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Mon Jan 6 03:35:38 2025 +1100
<span style='display:block; white-space:pre;color:#404040;'> tktable: set tk include dir
</span>---
x11/tktable/Portfile | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/x11/tktable/Portfile b/x11/tktable/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f05ee1e0858..6dcff991335 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/x11/tktable/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/x11/tktable/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -45,12 +45,14 @@ configure.args --with-tcl=${prefix}/lib \
</span>
variant quartz conflicts x11 {
depends_build-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_build-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 quartz]} {
</pre><pre style='margin:0'>
</pre>