diff options
author | wiz <wiz> | 2002-04-05 23:44:39 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-04-05 23:44:39 +0000 |
commit | 99b1a5b8bf077d4078c3d48e7089eb99b8112435 (patch) | |
tree | ef7d49189661c9892c04950187f7d82cf81f6ba4 /editors/mule | |
parent | b8e13d6ecf85f88230b69d0b807c2ab52ee380bb (diff) | |
download | pkgsrc-99b1a5b8bf077d4078c3d48e7089eb99b8112435.tar.gz |
Give canna-lib (and canna-server) a nice dewey pkg-version, and fix
all depends to use it.
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 3d8b8d93c69..7ff77260cd5 100644 --- a/editors/mule/Makefile +++ b/editors/mule/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/04/04 16:09:51 uebayasi Exp $ +# $NetBSD: Makefile,v 1.10 2002/04/05 23:44:41 wiz 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.5.2:../../japanese/canna-lib .endif WRKSRC= ${WRKDIR}/mule |