diff options
author | wiz <wiz> | 2007-01-30 23:41:40 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-01-30 23:41:40 +0000 |
commit | bc4514835e8c74cd8101443acd8ef2213193d488 (patch) | |
tree | eeceb0741b0f748e805f3357b978e937cfef047d /devel/flim | |
parent | 67ae81e63c19315dc11d660599d87b6250132bea (diff) | |
download | pkgsrc-bc4514835e8c74cd8101443acd8ef2213193d488.tar.gz |
Accept emacs22.
Diffstat (limited to 'devel/flim')
-rw-r--r-- | devel/flim/Makefile | 4 |
1 files changed, 2 insertions, 2 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" |