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 /net/dictd | |
parent | Information regarding the great autotools update of July 4 2004 (diff) |
Sync with new bsd.autotools.mk
Notes
Notes:
svn path=/head/; revision=110841
Diffstat (limited to 'net/dictd')
-rw-r--r-- | net/dictd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/dictd/Makefile b/net/dictd/Makefile index aa22e24c70f0..21dfcc9c63ba 100644 --- a/net/dictd/Makefile +++ b/net/dictd/Makefile @@ -16,11 +16,10 @@ 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 +USE_LIBLTDL= yes USE_REINPLACE= yes USE_BISON= yes USE_LIBTOOL_VER=13 |