diff options
author | linimon <linimon@FreeBSD.org> | 2005-10-10 04:20:57 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2005-10-10 04:20:57 +0800 |
commit | c871963fafaced66eb008c3d67e66b50a6f470a1 (patch) | |
tree | ae623a879e21aedd7a7931712c8939e4f30dcf44 /lang | |
parent | 0ec1f6c93eb78e4e30a248c3dd452ea0b6155085 (diff) | |
download | freebsd-ports-gnome-c871963fafaced66eb008c3d67e66b50a6f470a1.tar.gz freebsd-ports-gnome-c871963fafaced66eb008c3d67e66b50a6f470a1.tar.zst freebsd-ports-gnome-c871963fafaced66eb008c3d67e66b50a6f470a1.zip |
Mark BROKEN because the distfile is stale and mark for deprecation. A newer
one is available at the listed site if anyone is interested.
Diffstat (limited to 'lang')
-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+ |