summaryrefslogtreecommitdiffstats
path: root/dns/bind9-dlz/Makefile
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2004-05-31 05:01:00 +0000
committerdinoex <dinoex@FreeBSD.org>2004-05-31 05:01:00 +0000
commitced65d2f1be6ef514a5041139adb0b0aea03c4c6 (patch)
treef45d5bf6e6f36cce6948e8042989a09cd4117fdf /dns/bind9-dlz/Makefile
parenta703c8d5a821f437c54b6525f1553e69cf5b69f5 (diff)
downloadFreeBSD-ports-ced65d2f1be6ef514a5041139adb0b0aea03c4c6.zip
FreeBSD-ports-ced65d2f1be6ef514a5041139adb0b0aea03c4c6.tar.gz
- fix supoort fop OpenLDAP
- allow override by "OPENLDAP_LIB" - substitute LIB_DEPENDS
Diffstat (limited to 'dns/bind9-dlz/Makefile')
-rw-r--r--dns/bind9-dlz/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/bind9-dlz/Makefile b/dns/bind9-dlz/Makefile
index f344c08..33c90fb 100644
--- a/dns/bind9-dlz/Makefile
+++ b/dns/bind9-dlz/Makefile
@@ -66,8 +66,8 @@ CONFIGURE_ARGS+= --with-dlz-mysql
.if defined(WITH_LDAP)
LDAP_SUFFIX= +ldap
LDAP_PORT?= net/openldap21-client
-LIB_DEPENDS+= ldap.${OPENLDAP_LIB_VER}:${PORTSDIR}/${LDAP_PORT}
-LIB_DEPENDS+= lber.${OPENLDAP_LIB_VER}:${PORTSDIR}/${LDAP_PORT}
+BUILD_DEPENDS+= ${LOCALBASE}/lib/${OPENLDAP_LIB}:${PORTSDIR}/${LDAP_PORT}
+RUN_DEPENDS+= ${LOCALBASE}/lib/${OPENLDAP_LIB}:${PORTSDIR}/${LDAP_PORT}
CONFIGURE_ARGS+= --with-dlz-ldap
.endif
OpenPOWER on IntegriCloud