diff options
author | kris <kris@FreeBSD.org> | 2003-07-31 10:43:19 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-07-31 10:43:19 +0800 |
commit | 2737b8fdc8326b22cff9043af054f4eda0270f24 (patch) | |
tree | 1613b6f1e0a6387f1405a464fb86d0f835369531 /lang | |
parent | f710f8b5b7b0e239e26ad4cdb93ad930e04363ab (diff) | |
download | freebsd-ports-gnome-2737b8fdc8326b22cff9043af054f4eda0270f24.tar.gz freebsd-ports-gnome-2737b8fdc8326b22cff9043af054f4eda0270f24.tar.zst freebsd-ports-gnome-2737b8fdc8326b22cff9043af054f4eda0270f24.zip |
Consolidate NO_PACKAGE and NO_CDROM -> RESTRICTED. Mark BROKEN (does not
compile).
Diffstat (limited to 'lang')
-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 |