diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2005-10-09 20:32:45 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2005-10-09 20:32:45 +0000 |
commit | 62411609636244293f35bc7ec348918f689b7665 (patch) | |
tree | e4a1433a3b1896af4ba656fd3ad6429f195bf4d2 /lang/logo | |
parent | 7be01b54c4ec3e01fe9de1b6b40692b855e1d17b (diff) | |
download | ports-62411609636244293f35bc7ec348918f689b7665.tar.gz ports-62411609636244293f35bc7ec348918f689b7665.zip |
Notes
Diffstat (limited to 'lang/logo')
-rw-r--r-- | lang/logo/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/logo/Makefile b/lang/logo/Makefile index a0f67834ee1f..8fab9028921e 100644 --- a/lang/logo/Makefile +++ b/lang/logo/Makefile @@ -13,6 +13,10 @@ MASTER_SITES= ftp://ftp.cs.berkeley.edu/pub/ucblogo/ MAINTAINER= ports@FreeBSD.org COMMENT= Brian Harvey's logo language interpreter +BROKEN= "5.4 fails to fetch, latest version is 5.5" +DEPRECATED= ${BROKEN} +EXPIRATION_DATE= 2005-12-09 + .if defined(EMACS_LOGO_MODE) BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs .endif |