Revision
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

Diff

Modified: trunk/dports/math/maxima/Portfile (74130 => 74131)


--- 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