diff options
author | taca <taca> | 2004-02-05 09:56:36 +0000 |
---|---|---|
committer | taca <taca> | 2004-02-05 09:56:36 +0000 |
commit | 9bfd28565994eaeea5ffaa97430d0a4f7cc543c1 (patch) | |
tree | d2b6830f2f1c073c7c8a6c4d647459d963e6bfe0 | |
parent | 1de13930c94edad90e5f69d452e614eba7a5ef9a (diff) | |
download | pkgsrc-9bfd28565994eaeea5ffaa97430d0a4f7cc543c1.tar.gz |
Make depends on nkf 1.7 and lator, not 1.7 only.
It should fix buld build error.
-rw-r--r-- | textproc/namazu1/Makefile | 4 |
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 |