diff options
author | cy <cy@FreeBSD.org> | 2003-05-07 04:13:08 +0000 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2003-05-07 04:13:08 +0000 |
commit | 281521a65539b87890780f1b8c70870b51ba61bc (patch) | |
tree | 5fad3dda7b93ce1cefc5e86e218871d1c66fe3c6 /security/krb5-appl | |
parent | a76b7459935305984481f9fe7e3222ddf9dcd0b8 (diff) | |
download | FreeBSD-ports-281521a65539b87890780f1b8c70870b51ba61bc.zip FreeBSD-ports-281521a65539b87890780f1b8c70870b51ba61bc.tar.gz |
Change default for V4 compatibility to reflect best practices
for new installations.
Submitted by: wollman
Diffstat (limited to 'security/krb5-appl')
-rw-r--r-- | security/krb5-appl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile index e0ccbdb0..2e29b6b 100644 --- a/security/krb5-appl/Makefile +++ b/security/krb5-appl/Makefile @@ -31,7 +31,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS?= --enable-shared --with-ccopts="${CFLAGS}" CONFIGURE_ENV= INSTALL="${INSTALL}" YACC=/usr/bin/yacc MAKE_ARGS= INSTALL="${INSTALL}" -KRB5_KRB4_COMPAT?= YES +KRB5_KRB4_COMPAT?= NO .if !defined(KRB5_KRB4_COMPAT) || ${KRB5_KRB4_COMPAT} == "NO" CONFIGURE_ARGS+= --without-krb4 |