aboutsummaryrefslogtreecommitdiffstats
path: root/security/krb5
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2002-10-25 23:03:55 +0800
committercy <cy@FreeBSD.org>2002-10-25 23:03:55 +0800
commiteecb4eb0731938aefff075f3c7d228e65868a9b7 (patch)
tree77a62238b11a777f8b6dc15adfd670516c3af73e /security/krb5
parent6ebe7c9926a661d540ae28d01f31e172d6e0442b (diff)
downloadfreebsd-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/Makefile2
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