diff options
author | dsainty <dsainty@pkgsrc.org> | 2012-08-22 03:44:50 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2012-08-22 03:44:50 +0000 |
commit | 30f17ec53bb5eacb99f957a538c415ec6970190e (patch) | |
tree | c76a2e20757361297c8b59df9521afb0c2554388 /devel/js2-mode | |
parent | 95c0e86f35055f295f4dd485797e2b0699f78b44 (diff) | |
download | pkgsrc-30f17ec53bb5eacb99f957a538c415ec6970190e.tar.gz |
Appears to work fine with emacs24
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 17975643aa9..3c6275d5405 100644 --- a/devel/js2-mode/Makefile +++ b/devel/js2-mode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2009/08/06 01:44:49 minskim Exp $ +# $NetBSD: Makefile,v 1.5 2012/08/22 03:44:50 dsainty Exp $ # DISTNAME= js2-20080406 @@ -18,7 +18,7 @@ USE_LANGUAGES= # none MESSAGE_SUBST+= LISPDIR=${EMACS_LISPPREFIX:Q} # no xemacs at all; emacs21 doesn't support full functionality -EMACS_VERSIONS_ACCEPTED= emacs23 emacs22 emacs22nox +EMACS_VERSIONS_ACCEPTED= emacs24 emacs23 emacs22 emacs22nox do-build: cd ${WRKSRC} && ${EMACS_BIN} -batch -f batch-byte-compile ${DISTNAME}.el |