summaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-06-16 13:13:05 +0000
committerpav <pav@FreeBSD.org>2007-06-16 13:13:05 +0000
commite896c2de853b99719f0c71203e82e484b3c9f98a (patch)
tree308483bfc8284f25551e8168307c5d4dad0b5c28 /math
parent13e5c92bc59632c4611d590d3d2e79f58bb03e08 (diff)
downloadFreeBSD-ports-e896c2de853b99719f0c71203e82e484b3c9f98a.zip
FreeBSD-ports-e896c2de853b99719f0c71203e82e484b3c9f98a.tar.gz
- Mark BROKEN on amd64
PR: ports/113665 Submitted by: Scott Flatman <sf@slappy.org> (maintainer)
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 1507cfb..87cd01b 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
OpenPOWER on IntegriCloud