aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.emacs.mk
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2012-12-25 16:28:05 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2012-12-25 16:28:05 +0000
commit5c30de3a0f9fe4f5154f0f257a60c6dddcf1697a (patch)
tree21ccb49191e671705f60f96d6d08af35e25d4ccc /Mk/bsd.emacs.mk
parent3a4e1bc7b9bc9d31c16570852da48914fdc41961 (diff)
downloadports-5c30de3a0f9fe4f5154f0f257a60c6dddcf1697a.tar.gz
ports-5c30de3a0f9fe4f5154f0f257a60c6dddcf1697a.zip
editors/emacs-devel:
- Update to bzr snapshot 111312 - Add OPTION for LTO support - Remove ABI versions from LIB_DEPENDS - Fix configure command-line arguments - Add patches to make sure it compiles with GCC 4.6+ - Add patch for compilation on FreeBSD/arm[1] Mk/bsd.emacs.mk - Update EMACS_VER for editors/emacs-devel Submitted by: kientzle[1]
Notes
Notes: svn path=/head/; revision=309486
Diffstat (limited to 'Mk/bsd.emacs.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 e0b5cd5e972e..f5f63318c636 100644
--- a/Mk/bsd.emacs.mk
+++ b/Mk/bsd.emacs.mk
@@ -134,7 +134,7 @@ PLIST?= ${PKGDIR}/pkg-plist.${EMACS_PORT_NAME}
# Emacs-24.x (development version)
.elif (${EMACS_PORT_NAME} == "emacs-devel")
EMACS_NAME= emacs
-EMACS_VER= 24.1.50
+EMACS_VER= 24.3.50
EMACS_MAJOR_VER= 24
EMACS_LIBDIR?= share/${EMACS_NAME}
EMACS_LIBDIR_WITH_VER?= share/${EMACS_NAME}/${EMACS_VER}