summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-01-02 01:07:46 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-01-02 01:07:46 +0000
commit502f1247823608a69b3e3d367fbcb356d2aefcdd (patch)
tree9d77ecfa0b090d407f784bbd81baf4f49af13d7f /math
parentBROKEN: Broken pkg-plist (diff)
BROKEN on alpha: Does not compile
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=125655
Diffstat (limited to 'math')
-rw-r--r--math/GiNaC/Makefile4
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*