diff options
Diffstat (limited to 'math/GiNaC/Makefile')
-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* |