summaryrefslogtreecommitdiff
path: root/databases/postgresql83
diff options
context:
space:
mode:
authoradam <adam>2010-01-16 09:30:31 +0000
committeradam <adam>2010-01-16 09:30:31 +0000
commitbeb49b0d94963c77ba1d457ea6e59912648fac75 (patch)
tree2300a5b8a17a519ea7e45c3db5c3af398ad25b3e /databases/postgresql83
parent6cb686c34a2bfce28704a33544d3d8adf30cac86 (diff)
downloadpkgsrc-beb49b0d94963c77ba1d457ea6e59912648fac75.tar.gz
Added LDAP authentication as an option
Diffstat (limited to 'databases/postgresql83')
-rw-r--r--databases/postgresql83/options.mk10
1 files changed, 9 insertions, 1 deletions
diff --git a/databases/postgresql83/options.mk b/databases/postgresql83/options.mk
index 5284019fe88..63e9278a5f7 100644
--- a/databases/postgresql83/options.mk
+++ b/databases/postgresql83/options.mk
@@ -1,10 +1,18 @@
-# $NetBSD: options.mk,v 1.1.1.1 2008/03/04 12:41:36 adam Exp $
+# $NetBSD: options.mk,v 1.2 2010/01/16 09:30:31 adam Exp $
PKG_SUPPORTED_OPTIONS+= # empty
.include "../../mk/bsd.options.mk"
###
+### LDAP authentication for the PostgreSQL backend.
+###
+.if !empty(PKG_OPTIONS:Mldap)
+. include "../../databases/openldap-client/buildlink3.mk"
+CONFIGURE_ARGS+= --with-ldap
+.endif
+
+###
### PAM authentication for the PostgreSQL backend.
###
.if !empty(PKG_OPTIONS:Mpam)