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/ng | |
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/ng')
-rw-r--r-- | editors/ng/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |