diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2003-08-15 08:49:31 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2003-08-15 08:49:31 +0800 |
commit | 23487909ca7033a70fc30adfb2f3bdadddcee493 (patch) | |
tree | c7a9a132ab286601d6d7a3590fd42cad88671385 /mail/courier-imap | |
parent | 39602a96bc814acbf78e72edd603b5471a42823c (diff) | |
download | freebsd-ports-gnome-23487909ca7033a70fc30adfb2f3bdadddcee493.tar.gz freebsd-ports-gnome-23487909ca7033a70fc30adfb2f3bdadddcee493.tar.zst freebsd-ports-gnome-23487909ca7033a70fc30adfb2f3bdadddcee493.zip |
Fix non-default dependency on openldap2[012] which is broken by splitting.
# I'm not bumped port revision of them because this should not affect
# packages built on bento...
Diffstat (limited to 'mail/courier-imap')
-rw-r--r-- | mail/courier-imap/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile index b3fa3cc0f2ad..6505ed476a0a 100644 --- a/mail/courier-imap/Makefile +++ b/mail/courier-imap/Makefile @@ -89,11 +89,11 @@ CONFIGURE_ARGS+=--with-authldap PLIST_SUB+= LDAPFLAG="" .if defined(WITH_LDAP21) -LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap21 \ - lber.2:${PORTSDIR}/net/openldap21 +LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap21-client \ + lber.2:${PORTSDIR}/net/openldap21-client .elseif defined(WITH_LDAP20) -LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap20 \ - lber.2:${PORTSDIR}/net/openldap20 +LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap20-client \ + lber.2:${PORTSDIR}/net/openldap20-client .else LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap12 \ lber.1:${PORTSDIR}/net/openldap12 |