aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2016-03-30 07:39:19 +0800
committerbapt <bapt@FreeBSD.org>2016-03-30 07:39:19 +0800
commitabde734db928528c6b53594a4e5508399e7846c0 (patch)
tree34b0940772a9560ac51de9602f3edf22d74a749c /net
parent16e38555d548cab52580b544de60401976588d15 (diff)
downloadfreebsd-ports-gnome-abde734db928528c6b53594a4e5508399e7846c0.tar.gz
freebsd-ports-gnome-abde734db928528c6b53594a4e5508399e7846c0.tar.zst
freebsd-ports-gnome-abde734db928528c6b53594a4e5508399e7846c0.zip
Replace bison dependency with byacc
Diffstat (limited to 'net')
-rw-r--r--net/unfs3/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/unfs3/Makefile b/net/unfs3/Makefile
index 08694f7e74e4..a5542cbf5c9f 100644
--- a/net/unfs3/Makefile
+++ b/net/unfs3/Makefile
@@ -13,9 +13,11 @@ COMMENT= User-space implementation of the NFSv3 server specification
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= autoreconf bison
+USES= autoreconf
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
+CONFIGURE_ENV= YACC=byacc
+BUILD_DEPENDS= byacc:devel/byacc
PLIST_FILES= sbin/unfsd man/man7/tags.7.gz man/man8/unfsd.8.gz