diff options
author | Cy Schubert <cy@FreeBSD.org> | 2002-10-25 15:03:55 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2002-10-25 15:03:55 +0000 |
commit | e413d8b70be4ffb4caa5db9318456eb76494a5de (patch) | |
tree | dfb9da1d6be139b79fc5755cae4b3128211c8406 /security/krb5/Makefile | |
parent | Upgrade to 0.94.1 which uses the gnome 2 libs. (diff) |
Circumvent the use of bison, use FreeBSD yacc instead.
PR: 44446
Diffstat (limited to 'security/krb5/Makefile')
-rw-r--r-- | security/krb5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/krb5/Makefile b/security/krb5/Makefile index ee035fabec97..d8cd5394cd41 100644 --- a/security/krb5/Makefile +++ b/security/krb5/Makefile @@ -26,7 +26,7 @@ USE_GMAKE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS?= --enable-shared --with-ccopts="${CFLAGS}" -CONFIGURE_ENV= INSTALL="${INSTALL}" +CONFIGURE_ENV= INSTALL="${INSTALL}" YACC=/usr/bin/yacc MAKE_ARGS= INSTALL="${INSTALL}" KRB5_KRB4_COMPAT?= YES |