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/postgresql92-server/Makefile | |
parent | c69500bc67bdf1d123007bbdf14ff95b14839285 (diff) | |
download | ports-d3a9ea1e08e84e04ad029eeef43f4d9c5bf7cba3.tar.gz ports-d3a9ea1e08e84e04ad029eeef43f4d9c5bf7cba3.zip |
Notes
Diffstat (limited to 'databases/postgresql92-server/Makefile')
-rw-r--r-- | databases/postgresql92-server/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile index 5440519a4dd0..9e0fb7c298c6 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 |