diff options
author | Mark Murray <markm@FreeBSD.org> | 2004-09-28 13:50:31 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 2004-09-28 13:50:31 +0000 |
commit | cdc29bb450fc5e01fb8e740adc3bc6ae9571915b (patch) | |
tree | fd80f850e87bdaf8e64f827ae4010f39ae60e8a2 /math/maxima | |
parent | 4a5c4d0cdb4a54a095a1f5c6d4c80fc93d5fc603 (diff) | |
download | ports-cdc29bb450fc5e01fb8e740adc3bc6ae9571915b.tar.gz ports-cdc29bb450fc5e01fb8e740adc3bc6ae9571915b.zip |
Notes
Diffstat (limited to 'math/maxima')
-rw-r--r-- | math/maxima/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/math/maxima/Makefile b/math/maxima/Makefile index 842e57f4497b..a2f4000c8a77 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -20,8 +20,6 @@ RUN_DEPENDS= ${LOCALBASE}/bin/${LISPPORT} \ ${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot \ ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash2 -BROKEN= "Does not compile" - USE_XLIB= yes USE_GMAKE= yes USE_AUTOMAKE_VER= 14 @@ -39,8 +37,8 @@ INFO= maxima PLIST_SUB= LISPBIN=${LISPBINARY} #Only define ONE of these! -USE_CMUCL= yes -#USE_GCL= yes +#USE_CMUCL= yes +USE_GCL= yes #USE_CLISP= yes .if defined(USE_CMUCL) |