diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-17 04:35:04 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-17 04:35:04 +0800 |
commit | ef970d8dc08b85a1a827d046e502c750ab9e5ad8 (patch) | |
tree | d2f2099afafef1ea52e8107861341a5fa0f1242d /databases/libgda2 | |
parent | ddbfae317f85500501181a357adab5fc2275d84b (diff) | |
download | freebsd-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/Makefile | 2 |
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 |