diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2005-10-09 20:20:57 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2005-10-09 20:20:57 +0000 |
commit | b964602eff9d33e5005da93a2d0c95119e960257 (patch) | |
tree | 8733d28288e9983b0c8c35eba567a5c86446a0f9 /lang/kawa | |
parent | 50d284f9876ef485f082344493cc4ea27e9082bc (diff) |
Mark BROKEN because the distfile is stale and mark for deprecation. A newer
one is available at the listed site if anyone is interested.
Notes
Notes:
svn path=/head/; revision=144703
Diffstat (limited to 'lang/kawa')
-rw-r--r-- | lang/kawa/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/kawa/Makefile b/lang/kawa/Makefile index c14bdf2bf132..53c74f8637eb 100644 --- a/lang/kawa/Makefile +++ b/lang/kawa/Makefile @@ -15,6 +15,10 @@ MASTER_SITE_SUBDIR= kawa MAINTAINER= ports@FreeBSD.org COMMENT= Java-based Scheme implementation +BROKEN= "old distfile is unavailable" +DEPRECATED= ${BROKEN} +EXPIRATION_DATE= 2005-12-09 + BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed USE_JAVA= 1.2+ |