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 /ftp/pure-ftpd | |
parent | 7c0800f7ecd0f2b76fcb23e301be3bcbfa23e29a (diff) | |
download | ports-b67a28791a0371d8bde0cfa4e774b3aac5411530.tar.gz ports-b67a28791a0371d8bde0cfa4e774b3aac5411530.zip |
Notes
Diffstat (limited to 'ftp/pure-ftpd')
-rw-r--r-- | ftp/pure-ftpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile index 845520afb390..179492eaa49f 100644 --- a/ftp/pure-ftpd/Makefile +++ b/ftp/pure-ftpd/Makefile @@ -24,9 +24,9 @@ MAINTAINER= j@pureftpd.org COMMENT= A small, easy to set up, fast and very secure FTP server .if defined(WITH_LDAP) && !defined(WITH_LDAP21) -LIB_DEPENDS+= ldap:${PORTSDIR}/net/openldap20 +LIB_DEPENDS+= ldap:${PORTSDIR}/net/openldap20-client .elif defined(WITH_LDAP21) && !defined(WITH_LDAP) -LIB_DEPENDS+= ldap:${PORTSDIR}/net/openldap21 +LIB_DEPENDS+= ldap:${PORTSDIR}/net/openldap21-client .elif defined(WITH_LDAP21) && defined(WITH_LDAP) BROKEN= "You may only specify WITH_LDAP xor WITH_LDAP21, but not both together" .endif |