diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-03-20 20:37:36 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-03-20 20:37:36 +0000 |
commit | 228e04eacde644e7af92495b9d1bf70251b8dfad (patch) | |
tree | c3ae97edcd2e84e5a5d0acd2ae6b39b2c7700d1a /dns/bind9-dlz | |
parent | 59cef71b54cd9cfdb28e4eba173e1a131b700a66 (diff) | |
download | FreeBSD-ports-228e04eacde644e7af92495b9d1bf70251b8dfad.zip FreeBSD-ports-228e04eacde644e7af92495b9d1bf70251b8dfad.tar.gz |
- change default LDAP_PORT to 2.1
Diffstat (limited to 'dns/bind9-dlz')
-rw-r--r-- | dns/bind9-dlz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind9-dlz/Makefile b/dns/bind9-dlz/Makefile index 9b997d7..b6124ca 100644 --- a/dns/bind9-dlz/Makefile +++ b/dns/bind9-dlz/Makefile @@ -63,7 +63,7 @@ CONFIGURE_ARGS+= --with-dlz-mysql .endif .if defined(WITH_LDAP) -LDAP_PORT?= net/openldap20-client +LDAP_PORT?= net/openldap21-client LIB_DEPENDS+= ldap.2:${PORTSDIR}/${LDAP_PORT} LIB_DEPENDS+= lber.2:${PORTSDIR}/${LDAP_PORT} CONFIGURE_ARGS+= --with-dlz-ldap |