diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-15 22:36:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-15 22:36:23 +0000 |
commit | 8ff34a9dfcca81f730824ce9068f7532d0153183 (patch) | |
tree | c08c14512ce4e5f9ac68972342516a47935ede3c /mail/tpop3d | |
parent | Fix docs installation. (diff) |
- Change optional LDAP dependency from openldap20-client which is gone,
to openldap22-client.
Bumped into by: Sean McNeil <sean@mcneil.com>
Notes
Notes:
svn path=/head/; revision=121713
Diffstat (limited to 'mail/tpop3d')
-rw-r--r-- | mail/tpop3d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/tpop3d/Makefile b/mail/tpop3d/Makefile index 5794de753e03..39091ac2b93d 100644 --- a/mail/tpop3d/Makefile +++ b/mail/tpop3d/Makefile @@ -30,7 +30,7 @@ CONFIGURE_ARGS+= --enable-auth-mysql \ .endif .if defined(WITH_LDAP) -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20-client +LIB_DEPENDS+= ldap-2.2:${PORTSDIR}/net/openldap22-client CONFIGURE_ARGS+= --enable-auth-ldap --with-openldap-root=${LOCALBASE} .endif |