diff options
author | cy <cy@FreeBSD.org> | 2003-05-07 12:13:08 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2003-05-07 12:13:08 +0800 |
commit | 281521a65539b87890780f1b8c70870b51ba61bc (patch) | |
tree | 5fad3dda7b93ce1cefc5e86e218871d1c66fe3c6 /security/krb5-16 | |
parent | a76b7459935305984481f9fe7e3222ddf9dcd0b8 (diff) | |
download | freebsd-ports-gnome-281521a65539b87890780f1b8c70870b51ba61bc.tar.gz freebsd-ports-gnome-281521a65539b87890780f1b8c70870b51ba61bc.tar.zst freebsd-ports-gnome-281521a65539b87890780f1b8c70870b51ba61bc.zip |
Change default for V4 compatibility to reflect best practices
for new installations.
Submitted by: wollman
Diffstat (limited to 'security/krb5-16')
-rw-r--r-- | security/krb5-16/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/krb5-16/Makefile b/security/krb5-16/Makefile index e0ccbdb02a8b..2e29b6be0554 100644 --- a/security/krb5-16/Makefile +++ b/security/krb5-16/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 |