<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/155d152dcfa36713bfd59b58b607758dae3775e1">https://github.com/macports/macports-ports/commit/155d152dcfa36713bfd59b58b607758dae3775e1</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 155d152dcfa36713bfd59b58b607758dae3775e1
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Jul 18 03:53:24 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    wxMaxima: Fix libomp dependency
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The libomp ports install ${prefix}/lib/libomp/libomp.dylib not
</span><span style='display:block; white-space:pre;color:#404040;'>    ${prefix}/lib/libomp/libomp. And specifying "${prefix}/" in the
</span><span style='display:block; white-space:pre;color:#404040;'>    dependency is unnecessary; it's implied.
</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 03caa55f12e..6861bb608e0 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;'>@@ -28,7 +28,7 @@ universal_variant   no
</span> wxWidgets.use       wxWidgets-3.0
 
 depends_lib-append  port:${wxWidgets.port} \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    lib:${prefix}/lib/libomp/libomp:libomp
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    lib:lib/libomp/libomp.dylib:libomp
</span> 
 # Note: the advantage of path:bin/cmake:cmake over port:cmake is that it also allows e.g. cmake-devel
 # Note: the cmake port group seems to have issues with application packages
</pre><pre style='margin:0'>

</pre>