aboutsummaryrefslogtreecommitdiff
path: root/net/dictd
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2001-05-07 15:21:41 +0000
committerClive Lin <clive@FreeBSD.org>2001-05-07 15:21:41 +0000
commitd08e472e7604fe8fad910131da1b0d72a883724d (patch)
tree8355afb6d9e5e9b26e3b1cda5c0d8cca4c300159 /net/dictd
parent7d4a9f07e496294a9e835e435ee7f83f7a03c277 (diff)
downloadports-d08e472e7604fe8fad910131da1b0d72a883724d.tar.gz
ports-d08e472e7604fe8fad910131da1b0d72a883724d.zip
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
Notes
Notes: svn path=/head/; revision=42370
Diffstat (limited to 'net/dictd')
-rw-r--r--net/dictd/Makefile4
-rw-r--r--net/dictd/pkg-message3
2 files changed, 4 insertions, 3 deletions
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.
+
==================================================================