diff options
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 |