diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-11-21 01:27:27 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-11-21 01:27:27 +0000 |
commit | 4488420e9ef4af21608ae49536ec9f46330056d2 (patch) | |
tree | 81b80bd980541435fbcdabe3b645e7eec0f1b376 /math/maxima | |
parent | BROKEN: Does not compile (diff) |
BROKEN: Does not build
Notes
Notes:
svn path=/head/; revision=148899
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 e35c8284675d..97c33abc1e69 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -21,6 +21,8 @@ RUN_DEPENDS= ${LOCALBASE}/bin/${LISPPORT} \ ${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot \ ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash2 +BROKEN= Does not build + USE_XLIB= yes USE_GMAKE= yes USE_AUTOTOOLS= automake:14 autoconf:253 |