summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2008-02-01 11:14:30 +0000
committerMark Linimon <linimon@FreeBSD.org>2008-02-01 11:14:30 +0000
commit4806bf1c7991121fab0401a10f45a0437c2f6ab7 (patch)
tree945efd50abfdb33d8828234e75bd4804fc1ca338 /editors
parentMark as broken on sparc64: does not compile. (diff)
Mark as broken on all 64-bit archs.
Notes
Notes: svn path=/head/; revision=206560
Diffstat (limited to 'editors')
-rw-r--r--editors/yui/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/yui/Makefile b/editors/yui/Makefile
index d587a42fa4be..ab9e0505f546 100644
--- a/editors/yui/Makefile
+++ b/editors/yui/Makefile
@@ -21,7 +21,7 @@ MAN1= y.1
.include <bsd.port.pre.mk>
-.if ${ARCH} == "ia64" || ${ARCH} == "amd64"
+.if ${ARCH} == "ia64" || ${ARCH} == "amd64" || ${ARCH} == "sparc64"
BROKEN= Does not compile on 64-bit arch
.endif