aboutsummaryrefslogtreecommitdiff
path: root/databases
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
parent06c62d13687371797737faacdb1d7b58e70ed818 (diff)
downloadports-ba724fb46197773b0ffe5b8b6536250d2b5c7c31.tar.gz
ports-ba724fb46197773b0ffe5b8b6536250d2b5c7c31.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/libgda2/Makefile2
-rw-r--r--databases/libgda3/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/libgda2/Makefile b/databases/libgda2/Makefile
index d6b4e8512b65..50142f480493 100644
--- a/databases/libgda2/Makefile
+++ b/databases/libgda2/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
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