From 678b6387524e30425f48d555641f9c8b006db2c6 Mon Sep 17 00:00:00 2001 From: uebayasi Date: Fri, 27 Dec 2002 02:40:18 +0000 Subject: * Separate dictionary data from dict-server. A patch problem found by bulk build is solved. * Make dict-client depend on dict-server. Bump PKGREVISIONs. --- textproc/dict-client/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'textproc/dict-client') diff --git a/textproc/dict-client/Makefile b/textproc/dict-client/Makefile index a2d738c46c0..178fffb707a 100644 --- a/textproc/dict-client/Makefile +++ b/textproc/dict-client/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2002/10/11 00:49:35 uebayasi Exp $ +# $NetBSD: Makefile,v 1.7 2002/12/27 02:40:18 uebayasi Exp $ DISTNAME= dictd-1.8.0 PKGNAME= dict-client-1.8.0 +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ftp://ftp.dict.org/pub/dict/ @@ -9,6 +10,8 @@ MAINTAINER= mike@ethmoid.org HOMEPAGE= http://www.dict.org/ COMMENT= Dictionary Service Protocol client +DEPENDS= dict-server>=1.8.0nb1:../../textproc/dict-server + USE_BUILDLINK2= # defined USE_GMAKE= # defined GNU_CONFIGURE= # defined -- cgit v1.2.3