diff options
author | Clive Lin <clive@FreeBSD.org> | 2004-04-30 10:32:50 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2004-04-30 10:32:50 +0000 |
commit | e3f52e0a05577cdd1c0cb09971051c502e68ebbf (patch) | |
tree | 38f61e82b4cd35ca729226fdb5ab8ad388ea8b5f /editors/emacs20 | |
parent | OpenLDAP 2.0 is no longer supported, so also removed from PowerDNS (diff) |
. Define NO_LATEST_LINK so that packages/Latest will not be disturbed.
. This commit will also help its satellite port to avoid problem above:
. chinese/emacs20
Diffstat (limited to 'editors/emacs20')
-rw-r--r-- | editors/emacs20/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile index 415ddeb9c6cb..c209cb2e4b15 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/Makefile @@ -34,6 +34,8 @@ USE_XLIB= yes .endif CONFIGURE_ARGS+= --with-line-space +NO_LATEST_LINK= yes + MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" MAN1= emacs.1 etags.1 ctags.1 PLIST_SUB= EMACS_VER=${EMACS_VER} EMACS_ARCH=${CONFIGURE_TARGET} |