diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-06-16 13:13:05 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-06-16 13:13:05 +0000 |
commit | ff9a18ceeab721ea991410b960d538c7e6db5540 (patch) | |
tree | b745e61c667f742c812bec9d8ba7b89917cca80a /math/maxima | |
parent | c90b760916ee3433f57fd63fcf508d21a3e2bdfb (diff) | |
download | ports-ff9a18ceeab721ea991410b960d538c7e6db5540.tar.gz ports-ff9a18ceeab721ea991410b960d538c7e6db5540.zip |
Notes
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 |