diff options
author | pav <pav@FreeBSD.org> | 2005-02-20 21:02:27 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-02-20 21:02:27 +0800 |
commit | 17f3daae83229594ca23fc4a0a4f80cff66b6ff3 (patch) | |
tree | 36243e59a99ad4110486240e5d1a06568ef32e0d /net | |
parent | aaeac6628d9f1640b1f8339ebbf9963f8ae0e0b3 (diff) | |
download | freebsd-ports-gnome-17f3daae83229594ca23fc4a0a4f80cff66b6ff3.tar.gz freebsd-ports-gnome-17f3daae83229594ca23fc4a0a4f80cff66b6ff3.tar.zst freebsd-ports-gnome-17f3daae83229594ca23fc4a0a4f80cff66b6ff3.zip |
- Mark BROKEN and DEPRECATED, this no longer configure with emacs20
Reported by: krismail, sf
Diffstat (limited to 'net')
-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 6d1d0f8ffdb9..6fc4b068f0ed 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" |