[74131] trunk/dports/math/maxima/Portfile

easieste at macports.org easieste at macports.org
Sun Dec 5 12:46:09 PST 2010


Revision: 74131
          http://trac.macports.org/changeset/74131
Author:   easieste at 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
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101205/797c3964/attachment.html>


More information about the macports-changes mailing list