Appears to work fine with emacs24
This commit is contained in:
parent
f162cdcb03
commit
64f0325ea0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
DISTNAME= js2-20080406
|
||||||
|
@ -18,7 +18,7 @@ USE_LANGUAGES= # none
|
||||||
MESSAGE_SUBST+= LISPDIR=${EMACS_LISPPREFIX:Q}
|
MESSAGE_SUBST+= LISPDIR=${EMACS_LISPPREFIX:Q}
|
||||||
|
|
||||||
# no xemacs at all; emacs21 doesn't support full functionality
|
# 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:
|
do-build:
|
||||||
cd ${WRKSRC} && ${EMACS_BIN} -batch -f batch-byte-compile ${DISTNAME}.el
|
cd ${WRKSRC} && ${EMACS_BIN} -batch -f batch-byte-compile ${DISTNAME}.el
|
||||||
|
|
Loading…
Reference in a new issue