diff options
author | Cy Schubert <cy@FreeBSD.org> | 2003-05-07 04:13:08 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2003-05-07 04:13:08 +0000 |
commit | c9f96b02494195c549973c05ab66c7a40f3e37a1 (patch) | |
tree | e10f22a355aa7847675cb2891d1e337cbc1ad656 /security/krb5-appl/Makefile | |
parent | e67cccab8f1b147711b85bffa46273de7329c352 (diff) | |
download | ports-c9f96b02494195c549973c05ab66c7a40f3e37a1.tar.gz ports-c9f96b02494195c549973c05ab66c7a40f3e37a1.zip |
Notes
Diffstat (limited to 'security/krb5-appl/Makefile')
-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 e0ccbdb02a8b..2e29b6be0554 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 |