diff options
Diffstat (limited to 'lang/eisl/Makefile')
-rw-r--r-- | lang/eisl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/eisl/Makefile b/lang/eisl/Makefile index 95096d20d9c8..61df7e277d54 100644 --- a/lang/eisl/Makefile +++ b/lang/eisl/Makefile @@ -9,6 +9,8 @@ COMMENT= Interpreter and compiler compatible with ISLisp standard LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/documents/license.txt +BROKEN_i386= stage breaks: Abort trap, see https://github.com/sasagawa888/eisl/issues/218 + TEST_DEPENDS= cppcheck:devel/cppcheck USES= gmake ncurses:port # port because tests need ncurses6-config |