diff options
author | uebayasi <uebayasi> | 2008-10-14 00:19:30 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2008-10-14 00:19:30 +0000 |
commit | 631e7b39a0578bf4e58fe1e6755eec115b45fc42 (patch) | |
tree | ab9691780fb5817673df0244d837aa36b854b9e3 /textproc | |
parent | 51a2d41b1e6d5350a7b5ff52c9119389d93cb4c7 (diff) | |
download | pkgsrc-631e7b39a0578bf4e58fe1e6755eec115b45fc42.tar.gz |
Accept emacs22nox too.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/nxml-mode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/nxml-mode/Makefile b/textproc/nxml-mode/Makefile index ee12ebb76b8..81e8c7093bb 100644 --- a/textproc/nxml-mode/Makefile +++ b/textproc/nxml-mode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/10/11 09:31:58 uebayasi Exp $ +# $NetBSD: Makefile,v 1.5 2008/10/14 00:19:30 uebayasi Exp $ DISTNAME= nxml-mode-20041004 PKGREVISION= 1 @@ -11,7 +11,7 @@ COMMENT= Major mode for editing XML documents for emacs NO_CONFIGURE= yes USE_TOOLS+= makeinfo -EMACS_VERSIONS_ACCEPTED= emacs22 emacs21 emacs21nox +EMACS_VERSIONS_ACCEPTED= emacs22 emacs22nox emacs21 emacs21nox MESSAGE_SUBST+= LISPDIR=${EMACS_LISPPREFIX:Q} INSTALLATION_DIRS= ${EMACS_LISPPREFIX:Q}/nxml-mode ${EMACS_INFOPREFIX:Q} |