diff options
author | markm <markm@FreeBSD.org> | 2004-09-28 13:50:31 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2004-09-28 13:50:31 +0000 |
commit | 4d997a28d02f69d0b9dfc94b91aaf928a5630a45 (patch) | |
tree | f8b45aac37677f3356b8da760bdae839125a1797 /math | |
parent | b566e9311c909624e2f094db5b386004239d5135 (diff) | |
download | FreeBSD-ports-4d997a28d02f69d0b9dfc94b91aaf928a5630a45.zip FreeBSD-ports-4d997a28d02f69d0b9dfc94b91aaf928a5630a45.tar.gz |
This port compiles correctly with GCL.
Approved by: portmgr
Diffstat (limited to 'math')
-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 842e57f..a2f4000 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) |