summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2016-05-02 13:45:35 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2016-05-02 13:45:35 +0000
commitca474e687276152abb785740d6d0f6e1b330b2c4 (patch)
tree8321189f7b4d826161a633c746dba51f30975bad /Mk
parentnet/motsognir: update 1.0.8 -> 1.0.8.1 (diff)
editors/emacs-devel[1]:
- Update to 25.0.93 - Re-organize options into logical groups - Use OPTIONS helpers to specifiy implicit dependencies - Convert FILENOTIFY into a radio option - Remove dependency on unneeded ports for non-X11 systems bsd.emacs.mk: - Update version for editors/emacs-devel port PR: 209054[1] Submitted by: Joseph Mingrone <jrm@ftfl.ca>[1]
Notes
Notes: svn path=/head/; revision=414447
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.emacs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.emacs.mk b/Mk/bsd.emacs.mk
index 543fbeda2280..60b0c91b8db9 100644
--- a/Mk/bsd.emacs.mk
+++ b/Mk/bsd.emacs.mk
@@ -83,7 +83,7 @@ PLIST?= ${PKGDIR}/pkg-plist.${EMACS_PORT_NAME}
# Emacs-24.x (development version)
.elif (${EMACS_PORT_NAME} == "emacs-devel")
EMACS_NAME= emacs
-EMACS_VER= 25.0.50
+EMACS_VER= 25.0.93
EMACS_MAJOR_VER= 25
EMACS_LIBDIR?= share/${EMACS_NAME}
EMACS_LIBDIR_WITH_VER?= share/${EMACS_NAME}/${EMACS_VER}