diff options
author | kris <kris@FreeBSD.org> | 2005-11-21 09:27:27 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-11-21 09:27:27 +0800 |
commit | 9a9679779837290b3079af1b36e080fa8fbad074 (patch) | |
tree | 21cac6cd81fb2e47c6cee9561ff68881207bfa85 /math | |
parent | a716085a2bcbd81b759fe01a81a40a969e36567d (diff) | |
download | freebsd-ports-gnome-9a9679779837290b3079af1b36e080fa8fbad074.tar.gz freebsd-ports-gnome-9a9679779837290b3079af1b36e080fa8fbad074.tar.zst freebsd-ports-gnome-9a9679779837290b3079af1b36e080fa8fbad074.zip |
BROKEN: Does not build
Diffstat (limited to 'math')
-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 |