diff options
author | pav <pav@FreeBSD.org> | 2007-06-16 21:13:05 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-06-16 21:13:05 +0800 |
commit | e896c2de853b99719f0c71203e82e484b3c9f98a (patch) | |
tree | 308483bfc8284f25551e8168307c5d4dad0b5c28 /math/maxima | |
parent | 13e5c92bc59632c4611d590d3d2e79f58bb03e08 (diff) | |
download | freebsd-ports-gnome-e896c2de853b99719f0c71203e82e484b3c9f98a.tar.gz freebsd-ports-gnome-e896c2de853b99719f0c71203e82e484b3c9f98a.tar.zst freebsd-ports-gnome-e896c2de853b99719f0c71203e82e484b3c9f98a.zip |
- Mark BROKEN on amd64
PR: ports/113665
Submitted by: Scott Flatman <sf@slappy.org> (maintainer)
Diffstat (limited to 'math/maxima')
-rw-r--r-- | math/maxima/Makefile | 4 |
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 |