diff options
Diffstat (limited to 'net/dictd/Makefile')
-rw-r--r-- | net/dictd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/dictd/Makefile b/net/dictd/Makefile index 52f539464924..c0d9a3e5d369 100644 --- a/net/dictd/Makefile +++ b/net/dictd/Makefile @@ -8,6 +8,7 @@ PORTNAME= dictd PORTVERSION= 1.8.0 +PORTREVISION= 1 CATEGORIES+= net textproc MASTER_SITES= ftp://ftp.dict.org/pub/dict/ \ ${MASTER_SITE_SOURCEFORGE} @@ -16,6 +17,8 @@ MASTER_SITE_SUBDIR= dict MAINTAINER?= dd@FreeBSD.org COMMENT= Dict protocol (RFC 2229) server +LIB_DEPENDS= ltdl.4:${PORTSDIR}/devel/libltdl + MAN1= dictzip.1 MAN8= dictd.8 |