pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/js2-mode



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Jan  4 16:36:53 UTC 2018

Modified Files:
        pkgsrc/devel/js2-mode: Makefile

Log Message:
js2-mode: Support emacs25nox.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/js2-mode/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/js2-mode/Makefile
diff -u pkgsrc/devel/js2-mode/Makefile:1.10 pkgsrc/devel/js2-mode/Makefile:1.11
--- pkgsrc/devel/js2-mode/Makefile:1.10 Fri Sep 29 12:40:27 2017
+++ pkgsrc/devel/js2-mode/Makefile      Thu Jan  4 16:36:53 2018
@@ -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 @@ USE_LANGUAGES=        # none
 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