diff options
author | minskim <minskim@pkgsrc.org> | 2009-08-06 00:48:27 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-08-06 00:48:27 +0000 |
commit | 37bde6f7fc57ec0e84b1b6381c636635a116f2d9 (patch) | |
tree | 89c9309a56faeaa57000da737cbc687b8edec006 /devel/js2-mode | |
parent | 6cc1af2975a2ff52464eccb9299368b368838541 (diff) | |
download | pkgsrc-37bde6f7fc57ec0e84b1b6381c636635a116f2d9.tar.gz |
devel/js2-mode can be built with emacs23.
Diffstat (limited to 'devel/js2-mode')
-rw-r--r-- | devel/js2-mode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/js2-mode/Makefile b/devel/js2-mode/Makefile index 4587cd41061..9c856f5e1bf 100644 --- a/devel/js2-mode/Makefile +++ b/devel/js2-mode/Makefile @@ -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 @@ USE_LANGUAGES= # none 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 |