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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7462b66f3572b584130bc95f106bd7cc0fc136d4">https://github.com/macports/macports-ports/commit/7462b66f3572b584130bc95f106bd7cc0fc136d4</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 7462b66  LyX: adjust default variants to avoid having to use +qt5 -qt4
</span>7462b66 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7462b66f3572b584130bc95f106bd7cc0fc136d4
</span>Author: Kurt Hindenburg <khindenburg@macports.org>
AuthorDate: Thu Oct 12 09:39:00 2017 -0400

<span style='display:block; white-space:pre;color:#404040;'>    LyX: adjust default variants to avoid having to use +qt5 -qt4
</span>---
 aqua/LyX/Portfile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/LyX/Portfile b/aqua/LyX/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fd91c14..de6d0f2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/LyX/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/LyX/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -52,7 +52,10 @@ post-configure {
</span>         ${worksrcpath}/development/MacOSX/Makefile
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-default_variants +python27 +qt4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset qt5]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants +qt4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+default_variants-append +python27
</span> 
 variant python27 description {Use python27} {
     depends_build-append    port:python27
</pre><pre style='margin:0'>

</pre>