diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-03-31 01:44:14 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-03-31 01:44:14 +0000 |
commit | 81838e15764326a283f102c552971e1e800236ba (patch) | |
tree | 76a92a554367ff90640cada2a372db18e52717b5 | |
parent | upgrade to 1.1 (diff) |
According to the maintainer, this is obsolete and should be removed.
He recommends that users install the ispell port with Swedish support
enabled.
Requested and approved by: Kent Boortz (except the date)
MFC after: 6 months
-rw-r--r-- | textproc/se-ispell/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/se-ispell/Makefile b/textproc/se-ispell/Makefile index 269641bd68e1..7610165c8906 100644 --- a/textproc/se-ispell/Makefile +++ b/textproc/se-ispell/Makefile @@ -16,4 +16,7 @@ COMMENT= Swedish dictionary for ispell BUILD_DEPENDS= buildhash:${PORTSDIR}/textproc/ispell +DEPRECATED= "Install ports/textproc/ispell with ISPELL_SE=yes" +EXPIRATION_DATE=2004-10-01 + .include <bsd.port.mk> |