update Sat Jan 16 06:37:00 PST 2010
[pkgsrc.git] / databases / postgresql84 / options.mk
1 # $NetBSD: options.mk,v 1.2 2010/01/16 09:16:12 adam Exp $
2
3 PKG_SUPPORTED_OPTIONS+=         # empty
4
5 .include "../../mk/bsd.options.mk"
6
7 ###
8 ### LDAP authentication for the PostgreSQL backend.
9 ###
10 .if !empty(PKG_OPTIONS:Mldap)
11 .  include "../../databases/openldap-client/buildlink3.mk"
12 CONFIGURE_ARGS+=        --with-ldap
13 .endif
14
15 ###
16 ### PAM authentication for the PostgreSQL backend.
17 ###
18 .if !empty(PKG_OPTIONS:Mpam)
19 .  include "../../mk/pam.buildlink3.mk"
20 CONFIGURE_ARGS+=        --with-pam
21 .endif