diff options
author | cy <cy@FreeBSD.org> | 2002-10-25 15:03:55 +0000 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2002-10-25 15:03:55 +0000 |
commit | eecb4eb0731938aefff075f3c7d228e65868a9b7 (patch) | |
tree | 77a62238b11a777f8b6dc15adfd670516c3af73e /security | |
parent | 6ebe7c9926a661d540ae28d01f31e172d6e0442b (diff) | |
download | FreeBSD-ports-eecb4eb0731938aefff075f3c7d228e65868a9b7.zip FreeBSD-ports-eecb4eb0731938aefff075f3c7d228e65868a9b7.tar.gz |
Circumvent the use of bison, use FreeBSD yacc instead.
PR: 44446
Diffstat (limited to 'security')
-rw-r--r-- | security/krb5-16/Makefile | 2 | ||||
-rw-r--r-- | security/krb5-17/Makefile | 2 | ||||
-rw-r--r-- | security/krb5-appl/Makefile | 2 | ||||
-rw-r--r-- | security/krb5/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/security/krb5-16/Makefile b/security/krb5-16/Makefile index ee035fa..d8cd539 100644 --- a/security/krb5-16/Makefile +++ b/security/krb5-16/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 diff --git a/security/krb5-17/Makefile b/security/krb5-17/Makefile index ee035fa..d8cd539 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 diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile index ee035fa..d8cd539 100644 --- a/security/krb5-appl/Makefile +++ b/security/krb5-appl/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 diff --git a/security/krb5/Makefile b/security/krb5/Makefile index ee035fa..d8cd539 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 |