summaryrefslogtreecommitdiff
path: root/sysutils/u-boot
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2018-09-27 22:52:01 +0000
committertnn <tnn@pkgsrc.org>2018-09-27 22:52:01 +0000
commitf4bc785e6e0d48b1042d793006dcf88bd1c31bb5 (patch)
tree32b66c754e63b10d981fef024d9d257fab3f00cb /sysutils/u-boot
parent6e5a446d81314ee0597c4180a2f53ee2385a6b3d (diff)
downloadpkgsrc-f4bc785e6e0d48b1042d793006dcf88bd1c31bb5.tar.gz
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.
Diffstat (limited to 'sysutils/u-boot')
-rw-r--r--sysutils/u-boot/u-boot.mk4
1 files changed, 2 insertions, 2 deletions
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