diff options
Diffstat (limited to 'mail/sylpheed2/Makefile')
-rw-r--r-- | mail/sylpheed2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sylpheed2/Makefile b/mail/sylpheed2/Makefile index 1208bb31d087..bc28c71de898 100644 --- a/mail/sylpheed2/Makefile +++ b/mail/sylpheed2/Makefile @@ -56,7 +56,7 @@ CONFIGURE_ARGS+=--enable-jpilot CONFIGURE_ARGS+= --disable-jpilot .endif .if defined(WITH_LDAP) -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 +LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20 CONFIGURE_ARGS+=--enable-ldap .else CONFIGURE_ARGS+=--disable-ldap |