diff options
-rw-r--r-- | lang/cli/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/cli/Makefile b/lang/cli/Makefile index a0d64a91a0a5..79cd84c8bd3d 100644 --- a/lang/cli/Makefile +++ b/lang/cli/Makefile @@ -18,6 +18,7 @@ COMMENT= An implementation of the ECMA CLI and the ECMA C\# language WRKSRC= ${WRKDIR}/sscli RESTRICTED= "license terms need to be reviewed" +ONLY_FOR_ARCHS= i386 BROKEN= "Does not compile" |