aboutsummaryrefslogtreecommitdiffstats
path: root/databases/libgda2
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-08-17 04:35:04 +0800
committermarcus <marcus@FreeBSD.org>2003-08-17 04:35:04 +0800
commitef970d8dc08b85a1a827d046e502c750ab9e5ad8 (patch)
treed2f2099afafef1ea52e8107861341a5fa0f1242d /databases/libgda2
parentddbfae317f85500501181a357adab5fc2275d84b (diff)
downloadfreebsd-ports-gnome-ef970d8dc08b85a1a827d046e502c750ab9e5ad8.tar.gz
freebsd-ports-gnome-ef970d8dc08b85a1a827d046e502c750ab9e5ad8.tar.zst
freebsd-ports-gnome-ef970d8dc08b85a1a827d046e502c750ab9e5ad8.zip
Depend on openldap20-client as openldap20 no longer exists.
Pointed out by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'databases/libgda2')
-rw-r--r--databases/libgda2/Makefile2
1 files changed, 1 insertions, 1 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