From d08e472e7604fe8fad910131da1b0d72a883724d Mon Sep 17 00:00:00 2001 From: Clive Lin Date: Mon, 7 May 2001 15:21:41 +0000 Subject: o Swap dependency. Now dictd-database needs dictzip to be built. One of its dictionary file isn't shipped with .dz format. o Add a short message in dictd's pkg-message: "Don't forget to install ports/net/dictd-database. After that, you could run your own dictd server without pain." o Bump PORTREVISION of both ports. (It would heart your brain and waste you time to dig the reason why dictd refused to start properly in the previous revision.) Reviewed by: dictd -t review --- net/dictd/Makefile | 4 +--- net/dictd/pkg-message | 3 +++ 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'net/dictd') diff --git a/net/dictd/Makefile b/net/dictd/Makefile index cc2fbae29c07..915fab21ee92 100644 --- a/net/dictd/Makefile +++ b/net/dictd/Makefile @@ -8,14 +8,12 @@ PORTNAME= dictd PORTVERSION= 1.5.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net textproc MASTER_SITES= ftp://ftp.dict.org/pub/dict/ MAINTAINER= ijliao@FreeBSD.org -RUN_DEPENDS= ${LOCALBASE}/lib/dict/wn.index:${PORTSDIR}/net/dictd-database - MAN1= dictzip.1 MAN8= dictd.8 diff --git a/net/dictd/pkg-message b/net/dictd/pkg-message index 5d8f78b6e113..28183b263491 100644 --- a/net/dictd/pkg-message +++ b/net/dictd/pkg-message @@ -2,4 +2,7 @@ Dict client could be found within ports/textproc/dict. +Don't forget to install ports/net/dictd-database. After that, you +could run your own dictd server without pain. + ================================================================== -- cgit v1.2.3