diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2002-12-27 02:40:18 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2002-12-27 02:40:18 +0000 |
commit | 678b6387524e30425f48d555641f9c8b006db2c6 (patch) | |
tree | 309be4af7744440eb24550dffa250f331b4d07a8 /textproc/dict-client | |
parent | c4f93d486414e816ed90c1aef09240657f4bebcc (diff) | |
download | pkgsrc-678b6387524e30425f48d555641f9c8b006db2c6.tar.gz |
* Separate dictionary data from dict-server. A patch problem found by bulk
build is solved.
* Make dict-client depend on dict-server.
Bump PKGREVISIONs.
Diffstat (limited to 'textproc/dict-client')
-rw-r--r-- | textproc/dict-client/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 |