<pre style='margin:0'>
Ryan Carsten Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b019bb89a810cdaab82a3cd35a3b24aae5c04cb8">https://github.com/macports/macports-ports/commit/b019bb89a810cdaab82a3cd35a3b24aae5c04cb8</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 b019bb89a81 wxMaxima: Fix libomp dependency
</span>b019bb89a81 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit b019bb89a810cdaab82a3cd35a3b24aae5c04cb8
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Tue Mar 19 18:27:41 2024 -0500
<span style='display:block; white-space:pre;color:#404040;'> wxMaxima: Fix libomp dependency
</span>---
math/wxMaxima/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/wxMaxima/Portfile b/math/wxMaxima/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8f638a3996d..aa1cb006cbe 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/wxMaxima/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/wxMaxima/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,7 +41,7 @@ compiler.blacklist-append \
</span> wxWidgets.use wxWidgets-3.2
depends_lib-append port:${wxWidgets.port} \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- lib:lib/libomp/libomp.dylib:libomp \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:libomp \
</span> port:maxima
depends_run-append port:gnuplot
</pre><pre style='margin:0'>
</pre>