diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2002-04-04 16:09:51 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2002-04-04 16:09:51 +0000 |
commit | bba64231cba34f064a38e18eee920c54d094edb0 (patch) | |
tree | 88a3ce8963e88b1cc8f4a41979fec90fed9f14f3 /editors/mule | |
parent | 43b03dcbadc0e584d2ac7361a4ab46e4f7a3c2b8 (diff) | |
download | pkgsrc-bba64231cba34f064a38e18eee920c54d094edb0.tar.gz |
Modify DEPENDS line (Canna-lib-3.5b2 -> Canna-lib>=3.5b2).
Diffstat (limited to 'editors/mule')
-rw-r--r-- | editors/mule/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile index 21dc0c5cd6f..3d8b8d93c69 100644 --- a/editors/mule/Makefile +++ b/editors/mule/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/02/18 15:14:17 seb Exp $ +# $NetBSD: Makefile,v 1.9 2002/04/04 16:09:51 uebayasi Exp $ DISTNAME= mule-2.3 CATEGORIES= editors @@ -16,7 +16,7 @@ CONFLICTS= emacs-[0-9]* DEPENDS+= ja-FreeWnn-lib-1.10:../../japanese/freewnn-lib .endif .if !defined(USE_CANNA) || ${USE_CANNA} == YES -DEPENDS+= Canna-lib-3.5b2:../../japanese/canna-lib +DEPENDS+= Canna-lib>=3.5b2:../../japanese/canna-lib .endif WRKSRC= ${WRKDIR}/mule |