From f4bc785e6e0d48b1042d793006dcf88bd1c31bb5 Mon Sep 17 00:00:00 2001 From: tnn Date: Thu, 27 Sep 2018 22:52:01 +0000 Subject: u-boot: pull in bison as a tool It is needed by sysutils/u-boot-pinebook. Other packages will presumably need it too after they are updated to 2018.07. --- sysutils/u-boot/u-boot.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils/u-boot') diff --git a/sysutils/u-boot/u-boot.mk b/sysutils/u-boot/u-boot.mk index 82335fc7891..18d75c7741e 100644 --- a/sysutils/u-boot/u-boot.mk +++ b/sysutils/u-boot/u-boot.mk @@ -1,4 +1,4 @@ -# $NetBSD: u-boot.mk,v 1.11 2018/06/06 21:58:28 wiz Exp $ +# $NetBSD: u-boot.mk,v 1.12 2018/09/27 22:52:01 tnn Exp $ .include "../../sysutils/u-boot/u-boot-version.mk" @@ -19,7 +19,7 @@ COMMENT= Das U-Boot, the Universal Boot Loader (${UBOOT_CONFIG}) LICENSE= gnu-gpl-v2 USE_LANGUAGES= c c++ -USE_TOOLS+= gmake gsed pkg-config +USE_TOOLS+= bison gmake gsed pkg-config PYTHON_FOR_BUILD_ONLY= yes PYTHON_VERSIONS_ACCEPTED= 27 -- cgit v1.2.3