diff options
| author | Mark Linimon <linimon@FreeBSD.org> | 2004-11-20 06:38:10 +0000 | 
|---|---|---|
| committer | Mark Linimon <linimon@FreeBSD.org> | 2004-11-20 06:38:10 +0000 | 
| commit | 11ecebdd94120ffb3de0e3aa07f40ee645ff3a3e (patch) | |
| tree | 03041e15d473b03675560d4d694b81b35af94313 | |
| parent | Yet one update to project CVS (diff) | |
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.
| -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 | 
