diff options
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 |