diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-10 01:11:50 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-10 01:11:50 +0000 |
commit | 853e9b074518bae35c8cd25d69fd453c94a6d643 (patch) | |
tree | 43ad2eb6455d21164c426c0c82b2a149c2f9aa9f /editors/tamago-emacs21 | |
parent | 5706f4d98cefecb4bb2778a82c58c2318d017bb0 (diff) |
EMACS_VER should now be 20.7.
Notes
Notes:
svn path=/head/; revision=30382
Diffstat (limited to 'editors/tamago-emacs21')
-rw-r--r-- | editors/tamago-emacs21/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/tamago-emacs21/Makefile b/editors/tamago-emacs21/Makefile index 5f6cc30c6c93..dfb022614f28 100644 --- a/editors/tamago-emacs21/Makefile +++ b/editors/tamago-emacs21/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= emacs-${EMACS_VER}:${PORTSDIR}/editors/emacs20 USE_GMAKE= yes GNU_CONFIGURE= yes -EMACS_VER= 20.6 +EMACS_VER= 20.7 PLIST_SUB= EMACS_VER=${EMACS_VER} pre-configure: |