diff options
-rw-r--r-- | databases/libgda2/Makefile | 2 | ||||
-rw-r--r-- | databases/libgda3/Makefile | 2 |
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 |