diff options
author | kardel <kardel@pkgsrc.org> | 2021-01-06 10:45:49 +0000 |
---|---|---|
committer | kardel <kardel@pkgsrc.org> | 2021-01-06 10:45:49 +0000 |
commit | 1ddbac952cc37548acd9718fbecc983ee36c492b (patch) | |
tree | 657c2419d895db62e2b6b0be2089790dce4bfbd2 /net/frr | |
parent | acae541d2c40c0ce56ed683e1459d5b2bf554a3d (diff) | |
download | pkgsrc-1ddbac952cc37548acd9718fbecc983ee36c492b.tar.gz |
net/frr: document bison tool dependency
Diffstat (limited to 'net/frr')
-rw-r--r-- | net/frr/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/frr/Makefile b/net/frr/Makefile index 2cde931a2ab..1342ea53d28 100644 --- a/net/frr/Makefile +++ b/net/frr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2020/12/31 20:04:13 nia Exp $ +# $NetBSD: Makefile,v 1.3 2021/01/06 10:45:49 kardel Exp $ GITHUB_PROJECT= frr VERSION= 7.5 @@ -16,7 +16,7 @@ CONFLICTS= quagga-[0-9]* WRKSRC= ${WRKDIR}/frr-frr-${VERSION} USE_LANGUAGES= c c++ -USE_TOOLS+= gmake perl bash pkg-config autoconf automake autoreconf +USE_TOOLS+= gmake perl bash pkg-config autoconf automake autoreconf bison USE_LIBTOOL= YES GNU_CONFIGURE= yes BUILD_DEFS= VARBASE @@ -24,6 +24,8 @@ BUILD_DEFS= VARBASE .include "../../mk/bsd.prefs.mk" .include "options.mk" +TOOL_DEPENDS+= bison>=3.3:../../devel/bison + FRR_GROUP?= _frr FRR_VTY_GROUP?= frrvty |