diff options
author | kris <kris@FreeBSD.org> | 2004-09-19 09:01:07 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-19 09:01:07 +0800 |
commit | 639abda71b3b161e678808e69f00ad92ea464093 (patch) | |
tree | de8be4b2d2f750ca96b168725743c23df0fb4dc8 | |
parent | 0ed3e36bbac049f9e8f061a6908aed685f0b5207 (diff) | |
download | freebsd-ports-gnome-639abda71b3b161e678808e69f00ad92ea464093.tar.gz freebsd-ports-gnome-639abda71b3b161e678808e69f00ad92ea464093.tar.zst freebsd-ports-gnome-639abda71b3b161e678808e69f00ad92ea464093.zip |
BROKEN: Does not compile
Approved by: portmgr (self)
-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 |