diff options
author | gahr <gahr@FreeBSD.org> | 2008-09-16 02:40:38 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-09-16 02:40:38 +0800 |
commit | f965852906718aae399424d2471cc38e6414163a (patch) | |
tree | eb4d8b3e6a16e097460b7072a1a54b3d8d3b957c /editors/biew | |
parent | 9102c086428bbba65bb44f55488e01a547373fd0 (diff) | |
download | freebsd-ports-gnome-f965852906718aae399424d2471cc38e6414163a.tar.gz freebsd-ports-gnome-f965852906718aae399424d2471cc38e6414163a.tar.zst freebsd-ports-gnome-f965852906718aae399424d2471cc38e6414163a.zip |
- Mark as BROKEN on sparc64 (uses machine-dependent assembly code)
Approved by: portmgr (pav)
Diffstat (limited to 'editors/biew')
-rw-r--r-- | editors/biew/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/biew/Makefile b/editors/biew/Makefile index 11749a4364ce..f2dbde52022c 100644 --- a/editors/biew/Makefile +++ b/editors/biew/Makefile @@ -34,7 +34,7 @@ PORTDOCS= biew_en.txt biew_ru.txt develop.en develop.ru file_ini.en \ .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" BROKEN= Does not compile .endif |