diff options
| -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 |
