diff options
Diffstat (limited to 'editors/emacs20/Makefile')
-rw-r--r-- | editors/emacs20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile index 53133624f1a6..c4ceb55129c2 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/Makefile @@ -27,7 +27,7 @@ CONFLICTS= emacs-19.* emacs-21.* \ ONLY_FOR_ARCHS= i386 alpha DEPRECATED= "editors/emacs is recommended instead for new installations" -USE_AUTOCONF_VER=213 +USE_AUTOTOOLS= autoconf:213 USE_GMAKE= yes EMACS_VER= 20.7 LATEST_LINK?= ${PKGNAMEPREFIX}emacs20 |