summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-06-16 13:13:05 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-06-16 13:13:05 +0000
commitff9a18ceeab721ea991410b960d538c7e6db5540 (patch)
treeb745e61c667f742c812bec9d8ba7b89917cca80a /math
parent- Update to 1.1.0 (diff)
- Mark BROKEN on amd64
PR: ports/113665 Submitted by: Scott Flatman <sf@slappy.org> (maintainer)
Notes
Notes: svn path=/head/; revision=193668
Diffstat (limited to 'math')
-rw-r--r--math/maxima/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/maxima/Makefile b/math/maxima/Makefile
index 1507cfb3c91c..87cd01bf96f0 100644
--- a/math/maxima/Makefile
+++ b/math/maxima/Makefile
@@ -41,6 +41,10 @@ PLIST_SUB+= PORTVERSION=${PORTVERSION}
.include <bsd.port.pre.mk>
+.if ${ARCH} == "amd64"
+BROKEN= Does not build on amd64
+.endif
+
# Lisp to build with. Define only ONE of these!
#WITH_CLISP= yes
#WITH_CMUCL= yes