<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/10a0f3c63f2027a68b730bb5ea21b3b53004bc97">https://github.com/macports/macports-ports/commit/10a0f3c63f2027a68b730bb5ea21b3b53004bc97</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 10a0f3c63f2027a68b730bb5ea21b3b53004bc97
</span>Author: Kirill A. Korinsky <kirill@korins.ky>
AuthorDate: Sun Aug 27 20:30:20 2023 +0200

<span style='display:block; white-space:pre;color:#404040;'>    fricas, maxima: allow to use ecl-devel
</span>---
 math/fricas/Portfile | 2 +-
 math/maxima/Portfile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/fricas/Portfile b/math/fricas/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4372327bfb3..f19127d37c4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/fricas/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/fricas/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -98,7 +98,7 @@ variant ccl conflicts gmp sbcl ecl \
</span> 
 variant ecl conflicts gmp sbcl ccl \
     description {Use ECL instead of SBCL as lisp implementation} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      port:ecl
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append      path:bin/ecl:ecl
</span>     configure.args-append   --with-lisp=ecl
 }
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/maxima/Portfile b/math/maxima/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3c2539002ae..9e521ca2c0f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/maxima/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/maxima/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -107,7 +107,7 @@ variant clisp conflicts abcl ccl ecl gcl sbcl \
</span> 
 variant ecl conflicts abcl ccl clisp gcl sbcl \
     description {Use ECL as lisp implementation} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      port:ecl
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append      path:bin/ecl:ecl
</span>     configure.args-append   --enable-ecl \
                             --with-ecl=${prefix}/bin/ecl
 }
</pre><pre style='margin:0'>

</pre>