diff options
author | pav <pav@FreeBSD.org> | 2005-02-20 13:02:27 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-02-20 13:02:27 +0000 |
commit | 17f3daae83229594ca23fc4a0a4f80cff66b6ff3 (patch) | |
tree | 36243e59a99ad4110486240e5d1a06568ef32e0d /net/tramp-emacs20 | |
parent | aaeac6628d9f1640b1f8339ebbf9963f8ae0e0b3 (diff) | |
download | FreeBSD-ports-17f3daae83229594ca23fc4a0a4f80cff66b6ff3.zip FreeBSD-ports-17f3daae83229594ca23fc4a0a4f80cff66b6ff3.tar.gz |
- Mark BROKEN and DEPRECATED, this no longer configure with emacs20
Reported by: krismail, sf
Diffstat (limited to 'net/tramp-emacs20')
-rw-r--r-- | net/tramp-emacs20/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/tramp-emacs20/Makefile b/net/tramp-emacs20/Makefile index 6d1d0f8..6fc4b06 100644 --- a/net/tramp-emacs20/Makefile +++ b/net/tramp-emacs20/Makefile @@ -9,4 +9,9 @@ MASTERDIR= ${.CURDIR}/../tramp EMACS_PORT_NAME= emacs20 +BROKEN= Does not configure + +DEPRECATED= Emacs21 version is available +EXPIRATION_DATE=2005-04-20 + .include "${MASTERDIR}/Makefile" |