aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql92-server
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2013-05-07 02:37:00 +0800
committercrees <crees@FreeBSD.org>2013-05-07 02:37:00 +0800
commit44bd359347b18b6475617ef5b17efab1aa7050ec (patch)
tree7666c15baab438a669e929a7ba4535f78ab964ad /databases/postgresql92-server
parent6ae9a9bc0a145c3c5f6be979dca625b163b459c0 (diff)
downloadfreebsd-ports-gnome-44bd359347b18b6475617ef5b17efab1aa7050ec.tar.gz
freebsd-ports-gnome-44bd359347b18b6475617ef5b17efab1aa7050ec.tar.zst
freebsd-ports-gnome-44bd359347b18b6475617ef5b17efab1aa7050ec.zip
Don't build client with ldap-- this is unnecessary and causes build breakage
for package building because of lack of LDAP installation. PR: ports/177381 Tested by: Chris Dukes <chris.dukes.aix@gmail.com>
Diffstat (limited to 'databases/postgresql92-server')
-rw-r--r--databases/postgresql92-server/Makefile6
1 files changed, 3 insertions, 3 deletions
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