diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-06-25 00:29:09 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-06-25 00:29:09 +0000 |
commit | 45cb752a04894d48090981be1a7d2f549f2b684f (patch) | |
tree | ec081b06d4ac1171d90c17f7c227c9b2007dc591 /editors/biew/Makefile | |
parent | 5b72408838c185b3a8f6d14cd522ed27f7fd4ed2 (diff) |
Notes
Diffstat (limited to 'editors/biew/Makefile')
-rw-r--r-- | editors/biew/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/editors/biew/Makefile b/editors/biew/Makefile index 58718fd13967..466e87dcab63 100644 --- a/editors/biew/Makefile +++ b/editors/biew/Makefile @@ -13,7 +13,9 @@ COMMENT= Binary file viewer and editor LICENSE= GPLv2 -ONLY_FOR_ARCHS= amd64 i386 ia64 +BROKEN_powerpc= Does not compile +BROKEN_sparc64= Does not compile +ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= no targets defined in Makefile USES= dos2unix gmake iconv ncurses tar:bzip2 @@ -34,9 +36,6 @@ OPTIONS_DEFAULT= SLANG SLANG_DESC= Use S-Lang based display renderer -BROKEN_powerpc= Does not compile -BROKEN_sparc64= Does not compile - SLANG_LIB_DEPENDS= libslang.so:devel/libslang2 SLANG_CONFIGURE_ON= --enable-slang SLANG_CONFIGURE_OFF= --enable-curses |