diff options
author | taca <taca@pkgsrc.org> | 2007-06-24 05:34:42 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2007-06-24 05:34:42 +0000 |
commit | f885f3b6f76dc657ff44af0594bb8c97b2b054d2 (patch) | |
tree | 942a18b603b0fbb4ec7054c70ac88fad07b1fd1a /editors | |
parent | 8bbfd97b2629412f179fc19ec519773865503180 (diff) | |
download | pkgsrc-f885f3b6f76dc657ff44af0594bb8c97b2b054d2.tar.gz |
tamago works on emacs 22, add emacs22 to EMACS_VERSIONS_ACCEPTED.
Bump PKGREVISION.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/tamago/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/tamago/Makefile b/editors/tamago/Makefile index 5bf4ea7863d..af9a87b1013 100644 --- a/editors/tamago/Makefile +++ b/editors/tamago/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2006/03/20 05:27:50 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2007/06/24 05:34:42 taca Exp $ DISTNAME= tamago-4.0.6 PKGNAME= ${EMACS_PKGNAME_PREFIX}tamago-20020909 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= editors MASTER_SITES= ftp://www.m17n.org/pub/tamago/ @@ -12,7 +12,7 @@ COMMENT= CJK characters inputting system for emacs + leim GNU_CONFIGURE= yes # XXX please someone adjust paths and PLIST for XEmacs... -EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20 +EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20 emacs22 EMACS_MODULES+= leim .include "../../mk/emacs.mk" |