diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 01:07:46 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 01:07:46 +0000 |
commit | 502f1247823608a69b3e3d367fbcb356d2aefcdd (patch) | |
tree | 9d77ecfa0b090d407f784bbd81baf4f49af13d7f /math | |
parent | 501bb341c5868e185fd47403c912594a0e23b1b7 (diff) | |
download | ports-502f1247823608a69b3e3d367fbcb356d2aefcdd.tar.gz ports-502f1247823608a69b3e3d367fbcb356d2aefcdd.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/GiNaC/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index 8659d4eec907..0fc646eeb3c6 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -34,6 +34,10 @@ LDFLAGS= -L${LOCALBASE}/lib .include <bsd.port.pre.mk> +.if ${ARCH} == "alpha" +BROKEN= "Does not build on alpha" +.endif + post-extract: @${RM} -f ${WRKSRC}/doc/tutorial/ginac.info* |