Update to be compliant with new openldap21-client ports.

PR:		ports/55588
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
This commit is contained in:
Jun Kuriyama 2003-08-16 14:36:22 +00:00
parent 536b373300
commit 5a53298f85
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87059

View file

@ -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