diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-08-15 00:49:31 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-08-15 00:49:31 +0000 |
commit | b67a28791a0371d8bde0cfa4e774b3aac5411530 (patch) | |
tree | 9d173fd418f58fc2aa9356116feba4ad6291ee51 /mail/tpop3d | |
parent | 7c0800f7ecd0f2b76fcb23e301be3bcbfa23e29a (diff) | |
download | ports-b67a28791a0371d8bde0cfa4e774b3aac5411530.tar.gz ports-b67a28791a0371d8bde0cfa4e774b3aac5411530.zip |
Notes
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 af8cc30f0685..c68f33d8b6f8 100644 --- a/mail/tpop3d/Makefile +++ b/mail/tpop3d/Makefile @@ -18,7 +18,7 @@ COMMENT= Virtual-domain capable POP3 server supporting MySQL auth LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client .endif .if defined(WITH_LDAP) -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20 +LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20-client .endif # perl authentication |