summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2004-02-05 09:56:36 +0000
committertaca <taca@pkgsrc.org>2004-02-05 09:56:36 +0000
commit062c4a0afe26ab5c38e2d60eabb80c3108a17895 (patch)
treed2b6830f2f1c073c7c8a6c4d647459d963e6bfe0 /textproc
parent4f6b06dd6371c7ac2dcb2b6d6e4d66e77fd70374 (diff)
downloadpkgsrc-062c4a0afe26ab5c38e2d60eabb80c3108a17895.tar.gz
Make depends on nkf 1.7 and lator, not 1.7 only.
It should fix buld build error.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/namazu1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/namazu1/Makefile b/textproc/namazu1/Makefile
index e8f66256057..b851f9951c1 100644
--- a/textproc/namazu1/Makefile
+++ b/textproc/namazu1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/01/20 12:26:50 agc Exp $
+# $NetBSD: Makefile,v 1.5 2004/02/05 09:56:36 taca Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1999/03/31 11:52:07 flathill Exp $
DISTNAME= namazu-1.3.0.11
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.namazu.org/index.html.en
COMMENT= Namazu is a search engine software intended for easy use
DEPENDS= kakasi>=2.3.1:../../textproc/kakasi
-DEPENDS+= nkf-1.7:../../converters/nkf
+DEPENDS+= nkf>=1.7:../../converters/nkf
.if !defined(WITH_CHASEN) || ${WITH_CHASEN} != NO
DEPENDS+= p5-Text-ChaSen>=1.0:../../textproc/p5-Text-ChaSen
.endif