diff options
author | ade <ade@FreeBSD.org> | 2004-06-05 01:29:38 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-06-05 01:29:38 +0800 |
commit | ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a (patch) | |
tree | 0f8268b015ec949860a3c2ab315d341fbbc7615c /dns/posadis | |
parent | 62cb740217d0f5aa007d7cab9d007fb551534a4f (diff) | |
download | freebsd-ports-graphics-ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a.tar.gz freebsd-ports-graphics-ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a.tar.zst freebsd-ports-graphics-ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a.zip |
Sync with new bsd.autotools.mk
Diffstat (limited to 'dns/posadis')
-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 f48393b8442..e626663b6e4 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 |