aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-09-10 21:34:53 +0800
committerbapt <bapt@FreeBSD.org>2014-09-10 21:34:53 +0800
commit40b4f0283fbc4c84f44ce97d7ffd2246d7923b9b (patch)
treed9db93afc0a86fd9efb670ba8e55ecc1837a38a7 /databases
parent2f3cb5a439ad50733fabf3188c3d0bb47abc99be (diff)
downloadfreebsd-ports-graphics-40b4f0283fbc4c84f44ce97d7ffd2246d7923b9b.tar.gz
freebsd-ports-graphics-40b4f0283fbc4c84f44ce97d7ffd2246d7923b9b.tar.zst
freebsd-ports-graphics-40b4f0283fbc4c84f44ce97d7ffd2246d7923b9b.zip
Turn OPTIONS_SINGLE KRB5 into an OPTIONS_RADIO like it is supposed to be
PR: 193451 Submitted by: dmitry2004@yandex.ru
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 f1ae4d7dd9a..08df75a935b 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
diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile
index 5440519a4dd..9e0fb7c298c 100644
--- a/databases/postgresql92-server/Makefile
+++ b/databases/postgresql92-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