<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/71c0a3b811532b0a55a70dfc8337781d05887f50">https://github.com/macports/macports-ports/commit/71c0a3b811532b0a55a70dfc8337781d05887f50</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 71c0a3b811532b0a55a70dfc8337781d05887f50
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sun Nov 11 09:47:28 2018 -0700
<span style='display:block; white-space:pre;color:#404040;'> blt: require tk to be installed with +x11 variant
</span>---
x11/blt/Portfile | 3 +++
1 file changed, 3 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/x11/blt/Portfile b/x11/blt/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9dcbfc5..8da268a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/x11/blt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/x11/blt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,5 +1,6 @@
</span> #-*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup active_variants 1.1
</span>
name blt
version 2.4z
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,6 +26,8 @@ depends_build port:xorg-libX11 \
</span> port:tcl \
port:tk
<span style='display:block; white-space:pre;background:#e0ffe0;'>+require_active_variants tk x11
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> use_parallel_build no
configure.optflags -O3
</pre><pre style='margin:0'>
</pre>