summaryrefslogtreecommitdiff
path: root/databases/libgda3
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-16 20:35:04 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-16 20:35:04 +0000
commitba724fb46197773b0ffe5b8b6536250d2b5c7c31 (patch)
tree946c9fafbaa5f7d41a7fed565cbf02cac6a55257 /databases/libgda3
parentDrop maintainership. Feel free to update the port. (fastjar is now (diff)
Depend on openldap20-client as openldap20 no longer exists.
Pointed out by: Thierry Thomas <thierry@pompo.net>
Notes
Notes: svn path=/head/; revision=87082
Diffstat (limited to 'databases/libgda3')
-rw-r--r--databases/libgda3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/libgda3/Makefile b/databases/libgda3/Makefile
index d6b4e8512b65..50142f480493 100644
--- a/databases/libgda3/Makefile
+++ b/databases/libgda3/Makefile
@@ -126,7 +126,7 @@ CONFIGURE_ARGS+= --without-postgres
.endif
.if !defined(WITHOUT_LDAP) && defined(WITH_LDAP)
-LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20
+LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20-client
CONFIGURE_ARGS+= --with-ldap=${LOCALBASE}
PLIST_SUB+= LDAP:=""
.else