diff options
author | linimon <linimon@FreeBSD.org> | 2008-02-01 19:14:30 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2008-02-01 19:14:30 +0800 |
commit | caae469e1038574fb8c6fab2af3239afa303b206 (patch) | |
tree | a4049ec5a72f16dc6f35fd6ed87c73a604700eca /editors/yui/Makefile | |
parent | 576d0f46d08879e755584024659dbcdaad0db6c5 (diff) | |
download | freebsd-ports-gnome-caae469e1038574fb8c6fab2af3239afa303b206.tar.gz freebsd-ports-gnome-caae469e1038574fb8c6fab2af3239afa303b206.tar.zst freebsd-ports-gnome-caae469e1038574fb8c6fab2af3239afa303b206.zip |
Mark as broken on all 64-bit archs.
Diffstat (limited to 'editors/yui/Makefile')
-rw-r--r-- | editors/yui/Makefile | 2 |
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 |