<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/0d9b10c37a59357a70895d2261749398984e9b3e">https://github.com/macports/macports-ports/commit/0d9b10c37a59357a70895d2261749398984e9b3e</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 0d9b10c37a59357a70895d2261749398984e9b3e
</span>Author: Davide Gerhard <rainbow@irh.it>
AuthorDate: Fri Sep 13 21:51:29 2019 +0200

<span style='display:block; white-space:pre;color:#404040;'>    limesuite: fix wxwidgets discovery
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    set wx-config binary otherwise wxwidgets is not correctly
</span><span style='display:block; white-space:pre;color:#404040;'>    configured and therefore LimeSuiteGUI is not built
</span>---
 science/limesuite/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/limesuite/Portfile b/science/limesuite/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9723bb6..998983d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/limesuite/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/limesuite/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -65,7 +65,8 @@ variant wxgui description {Enable wxWidgets LimeSuiteGUI} {
</span>     wxWidgets.use           wxWidgets-3.2
     depends_lib-append      port:${wxWidgets.port}
     configure.args-delete   -DENABLE_GUI=OFF
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-append   -DENABLE_GUI=ON
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append   -DENABLE_GUI=ON \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        -DwxWidgets_CONFIG_EXECUTABLE=${wxWidgets.wxconfig}
</span> }
 
 variant soapy description {Add Soapy support} {
</pre><pre style='margin:0'>

</pre>