diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-02 07:14:19 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-02 07:14:19 +0000 |
commit | 71ffddbe0df908e20789d632be8e901875e4fc74 (patch) | |
tree | d791251c4dbd5e2f6ad96a521d279a2f0b942cea /editors/emacs20 | |
parent | Fix syntax error in NOPORTDOCS case (diff) |
Add LATEST_LINK=emacs20 to avoid conflict with editors/emacs
Diffstat (limited to 'editors/emacs20')
-rw-r--r-- | editors/emacs20/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile index 186b93dea5b9..d1b066db764a 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/Makefile @@ -24,6 +24,7 @@ ONLY_FOR_ARCHS= i386 alpha USE_AUTOCONF_VER=213 USE_GMAKE= yes EMACS_VER= 20.7 +LATEST_LINK= emacs20 CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd .if defined(WITHOUT_X11) CONFIGURE_ARGS= --with-x=no --with-pop |