diff options
Diffstat (limited to 'mail/imp3')
-rw-r--r-- | mail/imp3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/imp3/Makefile b/mail/imp3/Makefile index 4eb0de71aa50..5dbd238a81f6 100644 --- a/mail/imp3/Makefile +++ b/mail/imp3/Makefile @@ -68,7 +68,7 @@ LIB_DEPENDS= c-client4.8:${PORTSDIR}/mail/cclient .if exists(${LOCALBASE}/lib/libldap.so.1) LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap12 .else -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap21 +LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap21-client .endif .endif RUN_DEPENDS+= ${LOCALBASE}/www/horde/index.php:${PORTSDIR}/www/horde2 |