summaryrefslogtreecommitdiff
path: root/databases/postgresql91-server
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-10 13:34:53 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-10 13:34:53 +0000
commitd3a9ea1e08e84e04ad029eeef43f4d9c5bf7cba3 (patch)
treed9db93afc0a86fd9efb670ba8e55ecc1837a38a7 /databases/postgresql91-server
parentUpdate the pipelight-mkufs script to mount zvols late (diff)
Turn OPTIONS_SINGLE KRB5 into an OPTIONS_RADIO like it is supposed to be
PR: 193451 Submitted by: dmitry2004@yandex.ru
Notes
Notes: svn path=/head/; revision=367837
Diffstat (limited to 'databases/postgresql91-server')
-rw-r--r--databases/postgresql91-server/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile
index f1ae4d7dd9a6..08df75a935b1 100644
--- a/databases/postgresql91-server/Makefile
+++ b/databases/postgresql91-server/Makefile
@@ -75,9 +75,9 @@ CONFIGURE_ENV+= PATH=${PREFIX}/bin:${PATH}
.endif
.if !defined(SLAVE_ONLY)
-OPTIONS_DEFINE+= NLS DTRACE PAM LDAP GSSAPI OPTIMIZED_CFLAGS XML TZDATA DEBUG KRB5
-OPTIONS_SINGLE= KRB5
-OPTIONS_SINGLE_KRB5= MIT_KRB5 HEIMDAL_KRB5
+OPTIONS_DEFINE+= NLS DTRACE PAM LDAP GSSAPI OPTIMIZED_CFLAGS XML TZDATA DEBUG
+OPTIONS_RADIO= KRB5
+OPTIONS_RADIO_KRB5= MIT_KRB5 HEIMDAL_KRB5
KRB5_DESC= Build with kerberos provider support
NLS_DESC= Use internationalized messages