diff options
author | mnag <mnag@FreeBSD.org> | 2005-10-02 22:21:49 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-10-02 22:21:49 +0800 |
commit | c65d61ecba0ff0958c5d56f3183ef46512850c97 (patch) | |
tree | 419ae0949bb75e1fa6e7eab34202a8882a65ee22 /dns | |
parent | 018090a4f4549be3dfd81e8c90afc87edf4391f4 (diff) | |
download | freebsd-ports-gnome-c65d61ecba0ff0958c5d56f3183ef46512850c97.tar.gz freebsd-ports-gnome-c65d61ecba0ff0958c5d56f3183ef46512850c97.tar.zst freebsd-ports-gnome-c65d61ecba0ff0958c5d56f3183ef46512850c97.zip |
Use USE_OPENLDAP variable
PR: 86762
Submitted by: Arseny Nsokin <tarc@tarc.po.cs.msu.su>
Approved by: Hugo@Meiland.nl (maintainer), pav (mentor)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind9-sdb-ldap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind9-sdb-ldap/Makefile b/dns/bind9-sdb-ldap/Makefile index 0442705fa32c..f79f3e132739 100644 --- a/dns/bind9-sdb-ldap/Makefile +++ b/dns/bind9-sdb-ldap/Makefile @@ -18,7 +18,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= Hugo@Meiland.nl COMMENT= The well known Bind9, patched for use of an LDAP based backend -LIB_DEPENDS= ldap-2.2:${PORTSDIR}/net/openldap22-client +USE_OPENLDAP= yes CONFLICTS= bind-8.* bind84-8.* bind9-9.* bind9-dlz-* host-* skalibs-* |