aboutsummaryrefslogtreecommitdiff
path: root/security/krb5-17
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2002-10-25 15:03:55 +0000
committerCy Schubert <cy@FreeBSD.org>2002-10-25 15:03:55 +0000
commite413d8b70be4ffb4caa5db9318456eb76494a5de (patch)
treedfb9da1d6be139b79fc5755cae4b3128211c8406 /security/krb5-17
parent610f2be86f0359a4fd062c517991baab663e6821 (diff)
downloadports-e413d8b70be4ffb4caa5db9318456eb76494a5de.tar.gz
ports-e413d8b70be4ffb4caa5db9318456eb76494a5de.zip
Circumvent the use of bison, use FreeBSD yacc instead.
PR: 44446
Notes
Notes: svn path=/head/; revision=68810
Diffstat (limited to 'security/krb5-17')
-rw-r--r--security/krb5-17/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/krb5-17/Makefile b/security/krb5-17/Makefile
index ee035fabec97..d8cd5394cd41 100644
--- a/security/krb5-17/Makefile
+++ b/security/krb5-17/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