diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-24 02:56:37 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-24 02:56:37 +0000 |
commit | e53dff475ff3ad2cb284c8c251de9b322499a57f (patch) | |
tree | 660b6122e5eceb261615831099ce8d0a664f62f0 /databases | |
parent | 8610a7d39f4e6bb9887c745227a323e0ae893b20 (diff) |
Notes
Diffstat (limited to 'databases')
-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 a0144e7dacd1..081a4b8883e7 100644 --- a/databases/libgda2/Makefile +++ b/databases/libgda2/Makefile @@ -57,7 +57,7 @@ PLIST_SUB+= POSTGRES="@comment " .endif .if defined(WITH_LDAP) -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 +LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20 CONFIGURE_ARGS+= --with-ldap=${LOCALBASE} PLIST_SUB+= LDAP="" .else diff --git a/databases/libgda3/Makefile b/databases/libgda3/Makefile index a0144e7dacd1..081a4b8883e7 100644 --- a/databases/libgda3/Makefile +++ b/databases/libgda3/Makefile @@ -57,7 +57,7 @@ PLIST_SUB+= POSTGRES="@comment " .endif .if defined(WITH_LDAP) -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 +LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20 CONFIGURE_ARGS+= --with-ldap=${LOCALBASE} PLIST_SUB+= LDAP="" .else |