diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-10 13:34:53 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-10 13:34:53 +0000 |
| commit | d3a9ea1e08e84e04ad029eeef43f4d9c5bf7cba3 (patch) | |
| tree | d9db93afc0a86fd9efb670ba8e55ecc1837a38a7 /databases/postgresql91-server | |
| parent | c69500bc67bdf1d123007bbdf14ff95b14839285 (diff) | |
Notes
Diffstat (limited to 'databases/postgresql91-server')
| -rw-r--r-- | databases/postgresql91-server/Makefile | 6 |
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 |
