diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-09-15 18:40:38 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-09-15 18:40:38 +0000 |
commit | c262ade15ed386b1c832935a99e78d054790ff01 (patch) | |
tree | d4ffd47ad581e7147901ca94648ec0ff0b73347a /editors/biew | |
parent | 96d85e2880fc9cda304517bd4f919a7b4b9997b0 (diff) | |
download | ports-c262ade15ed386b1c832935a99e78d054790ff01.tar.gz ports-c262ade15ed386b1c832935a99e78d054790ff01.zip |
Notes
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 |