summaryrefslogtreecommitdiff
path: root/lang/cli
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-07-31 02:43:19 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-07-31 02:43:19 +0000
commit81ea9e21fdd1ca75cf2a9376fe20d70cac0fe1e4 (patch)
tree039b6557a88085e58ee0d5352fa26e13556e740e /lang/cli
parentChase the GtkGLExt shared lib version. (diff)
Consolidate NO_PACKAGE and NO_CDROM -> RESTRICTED. Mark BROKEN (does not
compile).
Notes
Notes: svn path=/head/; revision=85993
Diffstat (limited to 'lang/cli')
-rw-r--r--lang/cli/Makefile4
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