pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/js2-mode js2-mode: Support emacs25nox.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/abc66a97252f
branches:  trunk
changeset: 373545:abc66a97252f
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Jan 04 16:36:53 2018 +0000

description:
js2-mode: Support emacs25nox.

diffstat:

 devel/js2-mode/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f7a4da690483 -r abc66a97252f devel/js2-mode/Makefile
--- a/devel/js2-mode/Makefile   Thu Jan 04 16:36:42 2018 +0000
+++ b/devel/js2-mode/Makefile   Thu Jan 04 16:36:53 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2017/09/29 12:40:27 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2018/01/04 16:36:53 jperkin Exp $
 
 DISTNAME=      js2-20080406
 PKGREVISION=   2
@@ -15,7 +15,7 @@
 MESSAGE_SUBST+=        LISPDIR=${EMACS_LISPPREFIX:Q}
 
 # no xemacs at all; emacs21 doesn't support full functionality
-EMACS_VERSIONS_ACCEPTED=       emacs25
+EMACS_VERSIONS_ACCEPTED=       emacs25 emacs25nox
 
 do-build:
        cd ${WRKSRC} && ${EMACS_BIN} -batch -f batch-byte-compile ${DISTNAME}.el



Home | Main Index | Thread Index | Old Index