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 /dns/posadis/Makefile | |
parent | Information regarding the great autotools update of July 4 2004 (diff) |
Sync with new bsd.autotools.mk
Diffstat (limited to 'dns/posadis/Makefile')
-rw-r--r-- | dns/posadis/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dns/posadis/Makefile b/dns/posadis/Makefile index f48393b8442d..e626663b6e46 100644 --- a/dns/posadis/Makefile +++ b/dns/posadis/Makefile @@ -15,8 +15,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= sergei@FreeBSD.org COMMENT= "Domain Name Server (DNS) implementation" -LIB_DEPENDS= poslib.0:${PORTSDIR}/devel/poslib \ - ltdl.4:${PORTSDIR}/devel/libltdl +LIB_DEPENDS= poslib.0:${PORTSDIR}/devel/poslib + +USE_LIBLTDL= yes .if defined(WITH_FAM) || exists(${LOCALBASE}/lib/libfam.so) CONFIGURE_ARGS= --enable-fam |