diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-19 01:01:07 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-19 01:01:07 +0000 |
commit | d677a0f98aeca4778c0717164d02ade56fb68534 (patch) | |
tree | bd11bb90477abdd08d991c8af11a8b1309570a5f /math/maxima | |
parent | 103cca7b750d572d40649f37f6149f97d68885b5 (diff) | |
download | ports-d677a0f98aeca4778c0717164d02ade56fb68534.tar.gz ports-d677a0f98aeca4778c0717164d02ade56fb68534.zip |
Notes
Diffstat (limited to 'math/maxima')
-rw-r--r-- | math/maxima/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/maxima/Makefile b/math/maxima/Makefile index 931cf88c9d77..842e57f4497b 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -20,6 +20,8 @@ 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 |