diff options
author | kris <kris@FreeBSD.org> | 2004-03-04 17:23:01 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-04 17:23:01 +0800 |
commit | 171f6f310c419ec7565eccce4656657dab7b9c94 (patch) | |
tree | 3a2345c5876162b4353aa74751c855232c9c4213 /math/algae | |
parent | e5ea52e0afe3b07fb69ea7ebead34cf6aece8ab4 (diff) | |
download | freebsd-ports-gnome-171f6f310c419ec7565eccce4656657dab7b9c94.tar.gz freebsd-ports-gnome-171f6f310c419ec7565eccce4656657dab7b9c94.tar.zst freebsd-ports-gnome-171f6f310c419ec7565eccce4656657dab7b9c94.zip |
This is also broken on sparc64
Diffstat (limited to 'math/algae')
-rw-r--r-- | math/algae/Makefile | 4 |
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> |