aboutsummaryrefslogtreecommitdiff
path: root/math/algae
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-04 09:23:01 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-04 09:23:01 +0000
commitc8bf9ce551eac056127719013c6e31b202b0f08c (patch)
tree2b75c2300201742adead36dac9b7d78d06f8b7b1 /math/algae
parent53cae8809f88c25baa92f02ed803bfad6dce1d8f (diff)
downloadports-c8bf9ce551eac056127719013c6e31b202b0f08c.tar.gz
ports-c8bf9ce551eac056127719013c6e31b202b0f08c.zip
Notes
Diffstat (limited to 'math/algae')
-rw-r--r--math/algae/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/algae/Makefile b/math/algae/Makefile
index 7b2d427a292d..363e068e2572 100644
--- a/math/algae/Makefile
+++ b/math/algae/Makefile
@@ -23,8 +23,8 @@ MAN1= algae.1
.include <bsd.port.pre.mk>
-.if ${ARCH} == "alpha" && ${OSVERSION} > 502102
-BROKEN= "Configure fails"
+.if (${ARCH} == "alpha" && ${OSVERSION} > 502102) || ${ARCH} == "sparc64"
+BROKEN= "Configure fails on alpha 5.x and sparc64"
.endif
.include <bsd.port.post.mk>