diff options
-rw-r--r-- | lang/cli/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/cli/Makefile b/lang/cli/Makefile index ba9c855c6f00..a0d64a91a0a5 100644 --- a/lang/cli/Makefile +++ b/lang/cli/Makefile @@ -18,8 +18,8 @@ COMMENT= An implementation of the ECMA CLI and the ECMA C\# language WRKSRC= ${WRKDIR}/sscli RESTRICTED= "license terms need to be reviewed" -NO_CDROM= ${RESTRICTED} -NO_PACKAGE= ${RESTRICTED} + +BROKEN= "Does not compile" USE_REINPLACE= yes GNU_CONFIGURE= yes |