diff options
author | linimon <linimon@FreeBSD.org> | 2004-11-20 14:38:10 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-11-20 14:38:10 +0800 |
commit | cc4bacb42b553170426073f44ab92578b1f307f7 (patch) | |
tree | 8f6dd9b453eca663d975399760e4488ff83f3d7d /editors | |
parent | 6043d65b1eb4a9cba856f3306694b671dc5efa6a (diff) | |
download | freebsd-ports-gnome-cc4bacb42b553170426073f44ab92578b1f307f7.tar.gz freebsd-ports-gnome-cc4bacb42b553170426073f44ab92578b1f307f7.tar.zst freebsd-ports-gnome-cc4bacb42b553170426073f44ab92578b1f307f7.zip |
Since neither of these ports works correctly on all architectures, point
prospective users to editors/emacs instead, via the DEPRECATED directive.
However, no expiration date is set at this time.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs19/Makefile | 1 | ||||
-rw-r--r-- | editors/emacs20/Makefile | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/editors/emacs19/Makefile b/editors/emacs19/Makefile index f88f3d9affa1..aac853660cc5 100644 --- a/editors/emacs19/Makefile +++ b/editors/emacs19/Makefile @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GNU editing macros ONLY_FOR_ARCHS= i386 +DEPRECATED= "editors/emacs is recommended instead for new installations" EMACS_VERSION= 19.34 CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile index 0088fd6fcc08..dbff0df97b26 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/Makefile @@ -21,6 +21,8 @@ MAINTAINER?= ports@FreeBSD.org COMMENT?= GNU editing macros ONLY_FOR_ARCHS= i386 alpha +DEPRECATED= "editors/emacs is recommended instead for new installations" + USE_AUTOCONF_VER=213 USE_GMAKE= yes EMACS_VER= 20.7 |