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