diff options
author | pav <pav@FreeBSD.org> | 2008-11-14 21:00:19 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-11-14 21:00:19 +0800 |
commit | 629ab684fd90b586035a29ea810c41481535adc6 (patch) | |
tree | 963cb8c0e5d0dc2cdd461a088e43398d144f2c21 /editors/emacs | |
parent | 4849c9c3c4612749b3d12dbabfc8f69cc65aff85 (diff) | |
download | freebsd-ports-gnome-629ab684fd90b586035a29ea810c41481535adc6.tar.gz freebsd-ports-gnome-629ab684fd90b586035a29ea810c41481535adc6.tar.zst freebsd-ports-gnome-629ab684fd90b586035a29ea810c41481535adc6.zip |
- Do not explicitly set LATEST_LINK to the default value. Slave ports need to
be able to override this.
Diffstat (limited to 'editors/emacs')
-rw-r--r-- | editors/emacs/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 1f0742c6321f..3506a6aabef9 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -64,8 +64,6 @@ INFO= ada-mode autotype calc ccmode cl dired-x ebrowse ediff \ org pcl-cvs pgg rcirc reftex sc ses sieve smtpmail speedbar \ tramp url vip viper widget woman -LATEST_LINK= emacs - .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" |