diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2003-08-16 14:36:22 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2003-08-16 14:36:22 +0000 |
commit | d756701f7d065d67d99e7c431326644c72fa34c4 (patch) | |
tree | 956ae4dfa152f7ba3cf417cb1a9550487321e6fc /mail/perdition | |
parent | da82adec1fde3f9a743866195edfeed28a3d0963 (diff) | |
download | FreeBSD-ports-d756701f7d065d67d99e7c431326644c72fa34c4.zip FreeBSD-ports-d756701f7d065d67d99e7c431326644c72fa34c4.tar.gz |
Update to be compliant with new openldap21-client ports.
PR: ports/55588
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Diffstat (limited to 'mail/perdition')
-rw-r--r-- | mail/perdition/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/perdition/Makefile b/mail/perdition/Makefile index 5a76f89..dbed414 100644 --- a/mail/perdition/Makefile +++ b/mail/perdition/Makefile @@ -136,7 +136,7 @@ PLIST_SUB+= PGSQL="@comment " .if defined(WITH_OPENLDAP) CONFIGURE_ARGS+= --enable-ldap --with-ldap-schema-directory=${LOCALBASE}/etc/openldap/schema/ -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap${LDAP_VER} +LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap${LDAP_VER}-client PLIST_SUB+= OPENLDAP="" MAN8+= perditiondb_ldap_makedb.8 .else |