diff options
author | wiz <wiz@pkgsrc.org> | 2002-04-05 23:44:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-04-05 23:44:39 +0000 |
commit | c35435cf98230ea09d8ca30ed490679d6c8ab2ff (patch) | |
tree | ef7d49189661c9892c04950187f7d82cf81f6ba4 /editors | |
parent | 8f6639efa48f2255bf2518452a5d33ab89b9df6f (diff) | |
download | pkgsrc-c35435cf98230ea09d8ca30ed490679d6c8ab2ff.tar.gz |
Give canna-lib (and canna-server) a nice dewey pkg-version, and fix
all depends to use it.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/mule/Makefile | 4 | ||||
-rw-r--r-- | editors/ng/Makefile | 4 | ||||
-rw-r--r-- | editors/nvi-m17n/Makefile | 4 |
3 files changed, 6 insertions, 6 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 diff --git a/editors/ng/Makefile b/editors/ng/Makefile index 5d1b0f97aa8..2dce4baa062 100644 --- a/editors/ng/Makefile +++ b/editors/ng/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/04/04 16:09:52 uebayasi Exp $ +# $NetBSD: Makefile,v 1.8 2002/04/05 23:44:41 wiz Exp $ DISTNAME= ng-1.4.3 CATEGORIES= editors japanese @@ -15,7 +15,7 @@ USE_CANNA= YES .endif .if ${USE_CANNA} == "YES" -DEPENDS= Canna-lib>=3.5b2:../../japanese/canna-lib +DEPENDS= Canna-lib>=3.5.2:../../japanese/canna-lib .endif WRKSRC= ${WRKDIR}/ng diff --git a/editors/nvi-m17n/Makefile b/editors/nvi-m17n/Makefile index 911ed78629b..f26817762db 100644 --- a/editors/nvi-m17n/Makefile +++ b/editors/nvi-m17n/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2002/04/04 16:09:53 uebayasi Exp $ +# $NetBSD: Makefile,v 1.15 2002/04/05 23:44:41 wiz Exp $ # FreeBSD Id: Makefile,v 1.11 1999/04/17 10:51:03 itojun Exp DISTNAME= nvi-1.79 @@ -27,7 +27,7 @@ CONFIGURE_ARGS+=--enable-multibyte --program-prefix=n PATCH_FUZZ_FACTOR= -F1 .if !defined(USE_CANNA) || ${USE_CANNA} == YES -DEPENDS+= Canna-lib>=3.5b2:../../japanese/canna-lib +DEPENDS+= Canna-lib>=3.5.2:../../japanese/canna-lib CONFIGURE_ARGS+=--enable-canna=${LOCALBASE} CANNA_OPT.euc-jp=canna cannactrl cannakey= CANNA_OPT.sjis=${CANNA_OPT.euc-jp} |