diff options
author | asami <asami@FreeBSD.org> | 2000-03-11 05:31:15 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-03-11 05:31:15 +0800 |
commit | fa22e0203b094fea512250ff1e865f3dc4e459e5 (patch) | |
tree | 8122eb0ae1bb42e8137d5dd7db02c7f4b2d634af /editors/bitmap | |
parent | 241788de8ae0d2b9805ba4e319ec77196db1cb1f (diff) | |
download | freebsd-ports-graphics-fa22e0203b094fea512250ff1e865f3dc4e459e5.tar.gz freebsd-ports-graphics-fa22e0203b094fea512250ff1e865f3dc4e459e5.tar.zst freebsd-ports-graphics-fa22e0203b094fea512250ff1e865f3dc4e459e5.zip |
Chase emacs upgrade to 20.6.
Diffstat (limited to 'editors/bitmap')
-rw-r--r-- | editors/bitmap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/bitmap/Makefile b/editors/bitmap/Makefile index b53ef9d0980..32a581722eb 100644 --- a/editors/bitmap/Makefile +++ b/editors/bitmap/Makefile @@ -21,7 +21,7 @@ BITMAP_FONT= ${X11BASE}/lib/X11/fonts/local/etl8x16-bitmap.pcf.gz # emacs20 EMACS_NAME= emacs EMACS_PORT= emacs20 -EMACS_VER= 20.5 +EMACS_VER= 20.6 EMACS_LIBDIR= share/${EMACS_NAME} EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR}/${EMACS_VER} |