diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2011-09-03 23:36:18 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2011-09-03 23:36:18 +0800 |
commit | 6e6382a3e25509680aa1cd59b103cb26d1975c80 (patch) | |
tree | 77f20df68a1d12394954b78b0e9b5e410bd84f24 | |
parent | d3d5f747e54a4b9585e174436bd082615b67bd76 (diff) | |
download | freebsd-ports-gnome-6e6382a3e25509680aa1cd59b103cb26d1975c80.tar.gz freebsd-ports-gnome-6e6382a3e25509680aa1cd59b103cb26d1975c80.tar.zst freebsd-ports-gnome-6e6382a3e25509680aa1cd59b103cb26d1975c80.zip |
Update EMACS_VER in accordance with recent update of editors/xemacs21-mule
to fix package building errors of ports that depend on editors/xemacs21-mule.
-rw-r--r-- | Mk/bsd.emacs.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.emacs.mk b/Mk/bsd.emacs.mk index 2456168fc2bc..bbc9427cbb3b 100644 --- a/Mk/bsd.emacs.mk +++ b/Mk/bsd.emacs.mk @@ -1,5 +1,5 @@ # -# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.emacs.mk,v 1.86 2011-05-11 11:15:48 ashish Exp $ +# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.emacs.mk,v 1.87 2011-09-03 15:36:18 nobutaka Exp $ # # bsd.emacs.mk - 19990829 Shigeyuki Fukushima. # @@ -151,7 +151,7 @@ PLIST?= ${PKGDIR}/pkg-plist.${EMACS_PORT_NAME} # XEmacs-21.x with Mule .elif (${EMACS_PORT_NAME} == "xemacs21-mule") EMACS_NAME= xemacs -EMACS_VER= 21.4.21 +EMACS_VER= 21.4.22 EMACS_MAJOR_VER= 21 EMACS_LIBDIR?= lib/${EMACS_NAME} EMACS_LIBDIR_WITH_VER?= lib/${EMACS_NAME}-${EMACS_VER} |