diff options
author | steve <steve@FreeBSD.org> | 2000-07-10 09:11:50 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-07-10 09:11:50 +0800 |
commit | 9d7a1c7daced71b2a69b33292849179d13ba0e4a (patch) | |
tree | c5446a2abed65bca425945874f3f61bb096268ac /editors/tamago-emacs21 | |
parent | 72900d13b04bd75df97d1369dd4bb4424ce0e162 (diff) | |
download | freebsd-ports-gnome-9d7a1c7daced71b2a69b33292849179d13ba0e4a.tar.gz freebsd-ports-gnome-9d7a1c7daced71b2a69b33292849179d13ba0e4a.tar.zst freebsd-ports-gnome-9d7a1c7daced71b2a69b33292849179d13ba0e4a.zip |
EMACS_VER should now be 20.7.
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: |