summaryrefslogtreecommitdiffstats
path: root/databases/libgda5
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-06-02 23:39:39 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-06-02 23:39:39 +0800
commit04233676f05851c027e30dae7831a136c041e539 (patch)
tree0e04c65634b87f4f20888892ec48a67f9bb71e5d /databases/libgda5
parent96b76854d94a1e1b604dc57ee4fc5605c8dd372b (diff)
downloadmarcuscom-ports-04233676f05851c027e30dae7831a136c041e539.tar
marcuscom-ports-04233676f05851c027e30dae7831a136c041e539.tar.gz
marcuscom-ports-04233676f05851c027e30dae7831a136c041e539.tar.bz2
marcuscom-ports-04233676f05851c027e30dae7831a136c041e539.tar.lz
marcuscom-ports-04233676f05851c027e30dae7831a136c041e539.tar.xz
marcuscom-ports-04233676f05851c027e30dae7831a136c041e539.tar.zst
marcuscom-ports-04233676f05851c027e30dae7831a136c041e539.zip
Use WITH_OPENLDAP not WITH_LDAP
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16022 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/libgda5')
-rw-r--r--databases/libgda5/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/libgda5/Makefile b/databases/libgda5/Makefile
index 3de484a73..ac45a9b43 100644
--- a/databases/libgda5/Makefile
+++ b/databases/libgda5/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/databases/libgda5/Makefile,v 1.1 2011/03/30 19:23:02 kwm Exp $
+# $MCom: ports/databases/libgda5/Makefile,v 1.2 2011/06/02 13:29:13 kwm Exp $
#
PORTNAME= libgda5
@@ -71,7 +71,7 @@ CONFIGURE_ARGS+= --without-bdb
.endif
.if ${LIBGDA5_SLAVE}=="ldap"
-USE_LDAP= yes
+USE_OPENLDAP= yes
CONFIGURE_ARGS+= --with-ldap=${LOCALBASE}
.else
CONFIGURE_ARGS+= --without-ldap