diff options
author | kris <kris@FreeBSD.org> | 2004-04-02 15:14:19 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-02 15:14:19 +0800 |
commit | e56a7b166e9fa4b47e9d7921855d0cbd78415cde (patch) | |
tree | 735a0439f1b1b7f4658dc13a99c5eef48fa028ac | |
parent | 0900915ef9a66ed94d8f50619c0f4603dad93a31 (diff) | |
download | freebsd-ports-gnome-e56a7b166e9fa4b47e9d7921855d0cbd78415cde.tar.gz freebsd-ports-gnome-e56a7b166e9fa4b47e9d7921855d0cbd78415cde.tar.zst freebsd-ports-gnome-e56a7b166e9fa4b47e9d7921855d0cbd78415cde.zip |
Add LATEST_LINK=emacs20 to avoid conflict with editors/emacs
-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 |