Revision: 74131 http://trac.macports.org/changeset/74131 Author: easieste@macports.org Date: 2010-12-05 12:46:04 -0800 (Sun, 05 Dec 2010) Log Message: ----------- Add +abcl option to build Maxima with ABCL. Modified Paths: -------------- trunk/dports/math/maxima/Portfile Modified: trunk/dports/math/maxima/Portfile =================================================================== --- trunk/dports/math/maxima/Portfile 2010-12-05 19:45:51 UTC (rev 74130) +++ trunk/dports/math/maxima/Portfile 2010-12-05 20:46:04 UTC (rev 74131) @@ -55,6 +55,13 @@ } } +variant abcl description {Use ABCL instead of SBCL for Lisp } { + depends_lib-delete port:sbcl + depends_lib-append port:abcl + configure.args-delete --enable-sbcl + configure.args-append --enable-abcl +} + test.run yes test.target check
participants (1)
-
easieste@macports.org