diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/cli/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/cli/Makefile b/lang/cli/Makefile index 36b5e617cb0e..e5c218b64b08 100644 --- a/lang/cli/Makefile +++ b/lang/cli/Makefile @@ -18,7 +18,8 @@ COMMENT= An implementation of the ECMA CLI and the ECMA C\# language WRKSRC= ${WRKDIR}/sscli RESTRICTED= "license terms need to be reviewed" -IGNORE= cannot be installed until you read and agree to the license terms +BROKEN= Does not handle PTHREAD_LIBS correctly +DEPRECATED= 2006-12-01 ONLY_FOR_ARCHS= i386 USE_PERL5= yes |