diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-07-31 02:43:19 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-07-31 02:43:19 +0000 |
commit | 81ea9e21fdd1ca75cf2a9376fe20d70cac0fe1e4 (patch) | |
tree | 039b6557a88085e58ee0d5352fa26e13556e740e /lang/cli | |
parent | 5adefe138680624fc8f830458d68f7e87fa9c8dc (diff) |
Notes
Diffstat (limited to 'lang/cli')
-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 |