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