diff options
author | minskim <minskim> | 2009-08-05 07:56:23 +0000 |
---|---|---|
committer | minskim <minskim> | 2009-08-05 07:56:23 +0000 |
commit | a3d2b512e194ecadd5ac513930172d0d65ddb65f (patch) | |
tree | 39ab80581b56834c4d3cb57360c24a64b5245d19 /textproc | |
parent | 4468cbb5cebb094852ce416dc2116a05daa72c84 (diff) | |
download | pkgsrc-a3d2b512e194ecadd5ac513930172d0d65ddb65f.tar.gz |
textproc/nxml-mode can be built with emacs23.
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 a156f27137d..f53e87c3796 100644 --- a/textproc/nxml-mode/Makefile +++ b/textproc/nxml-mode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2009/07/07 20:59:43 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2009/08/05 07:56:23 minskim Exp $ DISTNAME= nxml-mode-20041004 PKGREVISION= 1 @@ -13,7 +13,7 @@ PKG_DESTDIR_SUPPORT= user-destdir NO_CONFIGURE= yes USE_TOOLS+= makeinfo -EMACS_VERSIONS_ACCEPTED= emacs22 emacs22nox emacs21 emacs21nox +EMACS_VERSIONS_ACCEPTED= emacs23 emacs22 emacs22nox emacs21 emacs21nox MESSAGE_SUBST+= LISPDIR=${EMACS_LISPPREFIX:Q} INSTALLATION_DIRS= ${EMACS_LISPPREFIX:Q}/nxml-mode/schema \ |