<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/596b1a00f34c9502597ac575024b72b65ef03a06">https://github.com/macports/macports-ports/commit/596b1a00f34c9502597ac575024b72b65ef03a06</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 596b1a00f34c9502597ac575024b72b65ef03a06
</span>Author: Sergey Fedorov <barracuda@macos-powerpc.org>
AuthorDate: Fri Aug 30 18:41:55 2024 +0800

<span style='display:block; white-space:pre;color:#404040;'>    LyX: unbreak Qt4 variant
</span>---
 aqua/LyX/Portfile | 3 ++-
 1 file changed, 2 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 673e5b29cab..0181a8e7f78 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;'>@@ -91,7 +91,8 @@ variant qt4 conflicts qt5 description {Use Qt4} {
</span>                         --without-included-boost \
                         --enable-optimization=-Os \
                         --with-version-suffix=-${branch} \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        --with-qt-dir=${prefix}/libexec/qt4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        --with-qt-dir=${prefix}/libexec/qt4 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        --disable-qt5
</span> }
 
 variant qt5 conflicts qt4 description {Use Qt5} {
</pre><pre style='margin:0'>

</pre>