summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-02-24 02:56:37 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-02-24 02:56:37 +0000
commite53dff475ff3ad2cb284c8c251de9b322499a57f (patch)
tree660b6122e5eceb261615831099ce8d0a664f62f0 /ftp
parentMove net/openldap2 to net/openldap20 (diff)
Point dependencies on net/openldap2 to net/openldap20
Notes
Notes: svn path=/head/; revision=76346
Diffstat (limited to 'ftp')
-rw-r--r--ftp/pure-ftpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile
index 5737340b8135..707d76e2a7e8 100644
--- a/ftp/pure-ftpd/Makefile
+++ b/ftp/pure-ftpd/Makefile
@@ -24,7 +24,7 @@ MAINTAINER= j@pureftpd.org
COMMENT= A small, easy to set up, fast and very secure FTP server
.if defined(WITH_LDAP)
-LIB_DEPENDS+= ldap:${PORTSDIR}/net/openldap2
+LIB_DEPENDS+= ldap:${PORTSDIR}/net/openldap20
.endif
.if defined(WITH_MYSQL)