diff options
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 |