summaryrefslogtreecommitdiff
path: root/mail/qmail-ldap
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-02-24 02:26:55 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-02-24 02:26:55 +0000
commitf71e42907968a943a487a706769c1e40b0bac763 (patch)
treebe2af8add66fe5e1ce694fa8b4ec5da15630db07 /mail/qmail-ldap
parentchange subdir for net/openldap -> net/openldap12 (diff)
Point dependencies on net/openldap to net/openldap12
Notes
Notes: svn path=/head/; revision=76344
Diffstat (limited to 'mail/qmail-ldap')
-rw-r--r--mail/qmail-ldap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/qmail-ldap/Makefile b/mail/qmail-ldap/Makefile
index 9eb3feaf220a..1ba0b14f0e87 100644
--- a/mail/qmail-ldap/Makefile
+++ b/mail/qmail-ldap/Makefile
@@ -20,7 +20,7 @@ MAINTAINER= lioux@FreeBSD.org
COMMENT= A SECURE, reliable, and FAST MTA for UNIX systems WITH LDAP support
.if !defined(WITH_LDAP2)
-LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap
+LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap12
.else
LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2
.endif