diff options
Diffstat (limited to 'editors/tamago/Makefile')
-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..51cc683ef49 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.3.2.1 2002/06/23 18:45:20 jlam 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 |