diff options
author | wiz <wiz@pkgsrc.org> | 2007-01-30 23:41:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-01-30 23:41:40 +0000 |
commit | 4ae113218a0a04711c397710716bb8538b47863e (patch) | |
tree | eeceb0741b0f748e805f3357b978e937cfef047d | |
parent | ecd678f9e3a8f2afd518748f7f905579bfb544a4 (diff) | |
download | pkgsrc-4ae113218a0a04711c397710716bb8538b47863e.tar.gz |
Accept emacs22.
-rw-r--r-- | devel/flim/Makefile | 4 | ||||
-rw-r--r-- | textproc/nxml-mode/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/flim/Makefile b/devel/flim/Makefile index 5416b324777..22250dc2ef7 100644 --- a/devel/flim/Makefile +++ b/devel/flim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/03/30 23:55:38 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2007/01/30 23:41:40 wiz Exp $ DISTNAME= flim-1.14.7 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -10,7 +10,7 @@ MAINTAINER= tech-pkg-ja@jp.NetBSD.org HOMEPAGE= http://www.m17n.org/FLIM/ COMMENT= Emacs lisp library for message representation/encoding -EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20 xemacs214 xemacs215 +EMACS_VERSIONS_ACCEPTED= emacs22 emacs21 emacs21nox emacs20 xemacs214 xemacs215 EMACS_MODULES= base .include "../../mk/emacs.mk" diff --git a/textproc/nxml-mode/Makefile b/textproc/nxml-mode/Makefile index a1fbe83fce4..e2834b119e3 100644 --- a/textproc/nxml-mode/Makefile +++ b/textproc/nxml-mode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/08/06 18:17:17 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2007/01/30 23:44:23 wiz 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= emacs21 emacs21nox +EMACS_VERSIONS_ACCEPTED= emacs22 emacs21 emacs21nox MESSAGE_SUBST+= LISPDIR=${EMACS_LISPPREFIX:Q} INSTALLATION_DIRS= ${EMACS_LISPPREFIX:Q}/nxml-mode ${EMACS_INFOPREFIX:Q} |