aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJonathan Ragan-Kelley2010-12-11 14:34:47 -0500
committerMike McQuaid2010-12-27 20:21:37 +0000
commit85e6016e62ad8f3f52a228771f95dbf97c9b696a (patch)
tree5ceba4904336ba9d512738feec932e140c9627df /Library
parent3d52a71386d2c83541b60701ee34430c79590ecf (diff)
downloadhomebrew-85e6016e62ad8f3f52a228771f95dbf97c9b696a.tar.bz2
Switched maxima to use sbcl lisp
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/maxima.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/maxima.rb b/Library/Formula/maxima.rb
index 800f05c47..51b6f4cef 100644
--- a/Library/Formula/maxima.rb
+++ b/Library/Formula/maxima.rb
@@ -6,7 +6,7 @@ class Maxima <Formula
md5 '160ea8be39127d6636b934a85e407c9b'
depends_on 'gettext'
- depends_on 'cmucl'
+ depends_on 'sbcl'
depends_on 'gnuplot'
depends_on 'rlwrap'
@@ -15,7 +15,7 @@ class Maxima <Formula
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--mandir=#{man}", "--infodir=#{info}",
- "--enable-cmucl", "--enable-gettext"
+ "--enable-sbcl", "--enable-gettext"
system "make install"
end
end