diff options
author | danfe <danfe@FreeBSD.org> | 2009-09-29 21:34:10 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2009-09-29 21:34:10 +0800 |
commit | ebf9268cabd9f8f51bac1fadb1d03ba1e7404c82 (patch) | |
tree | d1ea7c37faf6f70389c4daddb127abafe9e65bcc /editors | |
parent | 7acb0122174b211d267bf1204f787eacb39959d6 (diff) | |
download | freebsd-ports-gnome-ebf9268cabd9f8f51bac1fadb1d03ba1e7404c82.tar.gz freebsd-ports-gnome-ebf9268cabd9f8f51bac1fadb1d03ba1e7404c82.tar.zst freebsd-ports-gnome-ebf9268cabd9f8f51bac1fadb1d03ba1e7404c82.zip |
Builds on amd64 fine.
Tested by: miwi
Feature safe: yes
Diffstat (limited to 'editors')
-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 0770ffdac591..91d013222209 100644 --- a/editors/biew/Makefile +++ b/editors/biew/Makefile @@ -40,7 +40,7 @@ PORTDOCS= biew_en.txt biew_ru.txt develop.en develop.ru file_ini.en \ .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" +.if ${ARCH} == "sparc64" BROKEN= Does not compile .endif |