diff options
author | minskim <minskim@pkgsrc.org> | 2009-08-05 16:19:35 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-08-05 16:19:35 +0000 |
commit | 4a9318b52546c430d96f4123f683b40081bf46d9 (patch) | |
tree | 9a70b2557ea21e117dbda2a6d0e473f670aaf1d5 /textproc | |
parent | 80f35fd13cbea9a60d4893dd7308e0d610623062 (diff) | |
download | pkgsrc-4a9318b52546c430d96f4123f683b40081bf46d9.tar.gz |
nxml-mode is included in emacs23. Noted by wiz@.
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 f53e87c3796..45f7e85c64d 100644 --- a/textproc/nxml-mode/Makefile +++ b/textproc/nxml-mode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2009/08/05 07:56:23 minskim Exp $ +# $NetBSD: Makefile,v 1.8 2009/08/05 16:19:35 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= emacs23 emacs22 emacs22nox emacs21 emacs21nox +EMACS_VERSIONS_ACCEPTED= emacs22 emacs22nox emacs21 emacs21nox MESSAGE_SUBST+= LISPDIR=${EMACS_LISPPREFIX:Q} INSTALLATION_DIRS= ${EMACS_LISPPREFIX:Q}/nxml-mode/schema \ |