diff options
author | cy <cy@FreeBSD.org> | 2002-10-25 23:03:55 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2002-10-25 23:03:55 +0800 |
commit | eecb4eb0731938aefff075f3c7d228e65868a9b7 (patch) | |
tree | 77a62238b11a777f8b6dc15adfd670516c3af73e /security/krb5 | |
parent | 6ebe7c9926a661d540ae28d01f31e172d6e0442b (diff) | |
download | freebsd-ports-gnome-eecb4eb0731938aefff075f3c7d228e65868a9b7.tar.gz freebsd-ports-gnome-eecb4eb0731938aefff075f3c7d228e65868a9b7.tar.zst freebsd-ports-gnome-eecb4eb0731938aefff075f3c7d228e65868a9b7.zip |
Circumvent the use of bison, use FreeBSD yacc instead.
PR: 44446
Diffstat (limited to 'security/krb5')
-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 |