diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
commit | 1a628ded35ecbbc5eeb75598dd844d830aca8cb2 (patch) | |
tree | 128ce8505dc266bea10a8cf389f38de197424aed /textproc/dict | |
parent | 639a61155c89af6b9b01d796a82cbd2ad643a299 (diff) |
Notes
Diffstat (limited to 'textproc/dict')
-rw-r--r-- | textproc/dict/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile index 62e998d9dfdf..26ba222e4e06 100644 --- a/textproc/dict/Makefile +++ b/textproc/dict/Makefile @@ -17,8 +17,7 @@ DISTNAME= ${PORTNAME}d-${PORTVERSION} MAINTAINER= dd@FreeBSD.org COMMENT= Dictionary Server Protocol (RFC2229) client -LIB_DEPENDS= ltdl.4:${PORTSDIR}/devel/libltdl - +USE_LIBLTDL= yes USE_BISON= yes USE_REINPLACE= yes USE_LIBTOOL_VER=15 |