diff options
author | gj <gj@FreeBSD.org> | 2000-08-10 01:52:16 +0800 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 2000-08-10 01:52:16 +0800 |
commit | 15f53f2c2502991246375d2bab84d15bafbec274 (patch) | |
tree | f765a88a230bc680f9f9190ed0c9874da9dcc7d4 | |
parent | 4c2f4bfb2b68fdfafe523d09e5b9da4b35fe6ffc (diff) | |
download | freebsd-ports-gnome-15f53f2c2502991246375d2bab84d15bafbec274.tar.gz freebsd-ports-gnome-15f53f2c2502991246375d2bab84d15bafbec274.tar.zst freebsd-ports-gnome-15f53f2c2502991246375d2bab84d15bafbec274.zip |
Reflect the update of the xemacs21 port to version 21.1.12.
-rw-r--r-- | mail/mew/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mew/Makefile b/mail/mew/Makefile index 079625f1a981..a65ee770f6d0 100644 --- a/mail/mew/Makefile +++ b/mail/mew/Makefile @@ -129,7 +129,7 @@ SITE_STARTUP_FILE= mew-xemacs-startup.el .elif (${EMACS_PORT_NAME} == "xemacs21") BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/xemacs21 EMACS_NAME= xemacs -EMACS_VER= 21.1.9 +EMACS_VER= 21.1.12 EMACS_MAJOR_VER= 21 EMACS_CMD= ${EMACS_NAME}${EMACS_MAJOR_VER} EMACS_LIBDIR= lib/${EMACS_NAME} |