diff options
author | pav <pav@FreeBSD.org> | 2004-11-16 06:36:23 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-11-16 06:36:23 +0800 |
commit | 23a6b1385d05acc06d54b275f2e5a9f801fbc853 (patch) | |
tree | 1e7145e718462a85ca52ccd8aba03fd2f0c63cc8 /mail | |
parent | 05b39240f0a1e0156f94487be996dc614d26efa4 (diff) | |
download | freebsd-ports-gnome-23a6b1385d05acc06d54b275f2e5a9f801fbc853.tar.gz freebsd-ports-gnome-23a6b1385d05acc06d54b275f2e5a9f801fbc853.tar.zst freebsd-ports-gnome-23a6b1385d05acc06d54b275f2e5a9f801fbc853.zip |
- Change optional LDAP dependency from openldap20-client which is gone,
to openldap22-client.
Bumped into by: Sean McNeil <sean@mcneil.com>
Diffstat (limited to 'mail')
-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 |