pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/js2-mode devel/js2-mode can be built with emacs23.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/18b04dcf516e
branches:  trunk
changeset: 396927:18b04dcf516e
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Aug 06 00:48:27 2009 +0000

description:
devel/js2-mode can be built with emacs23.

diffstat:

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

diffs (18 lines):

diff -r 1531dabb5785 -r 18b04dcf516e devel/js2-mode/Makefile
--- a/devel/js2-mode/Makefile   Wed Aug 05 22:30:57 2009 +0000
+++ b/devel/js2-mode/Makefile   Thu Aug 06 00:48:27 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/10/11 09:31:55 uebayasi Exp $
+# $NetBSD: Makefile,v 1.3 2009/08/06 00:48:27 minskim Exp $
 #
 
 DISTNAME=      js2-20080406
@@ -17,7 +17,7 @@
 MESSAGE_SUBST+=        LISPDIR=${EMACS_LISPPREFIX:Q}
 
 # no xemacs at all; emacs21 doesn't support full functionality
-EMACS_VERSIONS_ACCEPTED=       emacs22 emacs22nox
+EMACS_VERSIONS_ACCEPTED=       emacs23 emacs22 emacs22nox
 
 do-build:
        cd ${WRKSRC} && ${EMACS_BIN} -batch -f batch-byte-compile ${DISTNAME}.el



Home | Main Index | Thread Index | Old Index