aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2013-05-06 18:37:00 +0000
committerChris Rees <crees@FreeBSD.org>2013-05-06 18:37:00 +0000
commit472ecb4a8f42ce246c6231f159030012b462564e (patch)
tree7666c15baab438a669e929a7ba4535f78ab964ad /databases
parent8b15bfa900cdfaaa77bf3ddabadf8271afbb11ff (diff)
downloadports-472ecb4a8f42ce246c6231f159030012b462564e.tar.gz
ports-472ecb4a8f42ce246c6231f159030012b462564e.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql91-server/Makefile6
-rw-r--r--databases/postgresql92-server/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile
index 0d0e83fedbfb..04c0d746c666 100644
--- a/databases/postgresql91-server/Makefile
+++ b/databases/postgresql91-server/Makefile
@@ -87,8 +87,8 @@ KRB5_DESC= Build with kerberos provider support
NLS_DESC= Use internationalized messages
DTRACE_DESC= Build with DTrace probes (server only)
PAM_DESC= Build with PAM Support
-LDAP_DESC= Build with LDAP authentication support
-MIT_KRB5_DESC= Build with MIT's kerberos support
+LDAP_DESC= Build with LDAP authentication support (server only)
+MIT_KRB5_DESC= Build with MIT kerberos support
HEIMDAL_KRB5_DESC= Builds with Heimdal kerberos
GSSAPI_DESC= Build with GSSAPI support
OPTIMIZED_CFLAGS_DESC= Builds with compiler optimizations (-O3)
@@ -157,8 +157,8 @@ CONFIGURE_ARGS+=--with-pam
. endif
. if ${PORT_OPTIONS:MLDAP}
-CONFIGURE_ARGS+=--with-ldap
. if defined (SERVER_ONLY)
+CONFIGURE_ARGS+=--with-ldap
USE_OPENLDAP= yes
. endif
. endif
diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile
index 5e63df8d904b..7f200d0d05c6 100644
--- a/databases/postgresql92-server/Makefile
+++ b/databases/postgresql92-server/Makefile
@@ -87,8 +87,8 @@ KRB5_DESC= Build with kerberos provider support
NLS_DESC= Use internationalized messages
DTRACE_DESC= Build with DTrace probes (server only)
PAM_DESC= Build with PAM Support
-LDAP_DESC= Build with LDAP authentication support
-MIT_KRB5_DESC= Build with MIT's kerberos support
+LDAP_DESC= Build with LDAP authentication support (server only)
+MIT_KRB5_DESC= Build with MIT kerberos support
HEIMDAL_KRB5_DESC= Builds with Heimdal kerberos
GSSAPI_DESC= Build with GSSAPI support
OPTIMIZED_CFLAGS_DESC= Builds with compiler optimizations (-O3)
@@ -156,8 +156,8 @@ CONFIGURE_ARGS+=--with-pam
. endif
. if ${PORT_OPTIONS:MLDAP}
-CONFIGURE_ARGS+=--with-ldap
. if defined (SERVER_ONLY)
+CONFIGURE_ARGS+=--with-ldap
USE_OPENLDAP= yes
. endif
. endif