diff options
author | wes <wes@FreeBSD.org> | 2007-02-03 08:08:35 +0800 |
---|---|---|
committer | wes <wes@FreeBSD.org> | 2007-02-03 08:08:35 +0800 |
commit | bb5ac49e89a18078c3e006a5ccbdeb98a3236cd6 (patch) | |
tree | 9f9e6d08f7aeb68e56a9f7dbde20caf3a6039393 /lang | |
parent | 19a7f25a76f45c1bf6a1a9e21197c2f7834e9734 (diff) | |
download | freebsd-ports-gnome-bb5ac49e89a18078c3e006a5ccbdeb98a3236cd6.tar.gz freebsd-ports-gnome-bb5ac49e89a18078c3e006a5ccbdeb98a3236cd6.tar.zst freebsd-ports-gnome-bb5ac49e89a18078c3e006a5ccbdeb98a3236cd6.zip |
Deprecate in favor of the newer and safer snobol4 port.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/snobol/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/snobol/Makefile b/lang/snobol/Makefile index 41e42a230bb2..c18fd3c16f53 100644 --- a/lang/snobol/Makefile +++ b/lang/snobol/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.snobol4.com/ MAINTAINER= wes@FreeBSD.org COMMENT= 0.99.4 release of ``The Macro Implementation of SNOBOL4 in C'' +DEPRECATED= Replaced by snobol4 port +CONFLICTS= snobol4 MAN1= snobol4.1 |