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 | 4cd2b1e06b30fcc8a84eb0282a3d9c135553e1a9 (diff) | |
download | ports-8ff34a9dfcca81f730824ce9068f7532d0153183.tar.gz ports-8ff34a9dfcca81f730824ce9068f7532d0153183.zip |
Notes
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 |