diff options
author | taca <taca@pkgsrc.org> | 2002-06-09 05:06:27 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2002-06-09 05:06:27 +0000 |
commit | 99c6d2203b2839c23682a3da0b27d3f6209ddd13 (patch) | |
tree | 1312cd46f8dae3b3e15f34e45b3ba67d250cc7f4 | |
parent | e514110e3f96cde139fbeab21b69e3df5d3441bc (diff) | |
download | pkgsrc-99c6d2203b2839c23682a3da0b27d3f6209ddd13.tar.gz |
Allow depends on emacs 21 and later.
-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 4606ae0b3e2..bf253ec3203 100644 --- a/editors/tamago/Makefile +++ b/editors/tamago/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/16 14:40:53 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2002/06/09 05:06:27 taca Exp $ DISTNAME= tamago-4.0.6 CATEGORIES= editors @@ -8,8 +8,8 @@ MAINTAINER= tech-pkg-ja@jp.netbsd.org HOMEPAGE= http://www.m17n.org/tamago/ COMMENT= CJK characters inputting system for emacs-20+leim -DEPENDS+= emacs-20.*:../../editors/emacs -DEPENDS+= leim-20.*:../../editors/leim +DEPENDS+= emacs>=20.2:../../editors/emacs +DEPENDS+= leim>=20.2:../../editors/leim GNU_CONFIGURE= yes |