diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-24 10:26:55 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-24 10:26:55 +0800 |
commit | aa907393a43d485ac47828736a41d6eb86da75c1 (patch) | |
tree | b432e76194a3ecb6580c9967b951af7bea6e42ee /mail/qmail-ldap | |
parent | 8ad9cc786c1a50f53d6701a10830aa240bb9d8ca (diff) | |
download | freebsd-ports-graphics-aa907393a43d485ac47828736a41d6eb86da75c1.tar.gz freebsd-ports-graphics-aa907393a43d485ac47828736a41d6eb86da75c1.tar.zst freebsd-ports-graphics-aa907393a43d485ac47828736a41d6eb86da75c1.zip |
Point dependencies on net/openldap to net/openldap12
Diffstat (limited to 'mail/qmail-ldap')
-rw-r--r-- | mail/qmail-ldap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/qmail-ldap/Makefile b/mail/qmail-ldap/Makefile index 9eb3feaf220..1ba0b14f0e8 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 |