diff options
author | mrg <mrg@pkgsrc.org> | 2020-01-14 08:30:20 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2020-01-14 08:30:20 +0000 |
commit | fc8f3dc5474f44aae9bc20aea1001b7327154ab4 (patch) | |
tree | 8fae410a715b14f360468a7389b8e291ff1f7962 /sysutils | |
parent | d306d4ec72b68d77c52d2ec7a08ac1a02a3531f2 (diff) | |
download | pkgsrc-fc8f3dc5474f44aae9bc20aea1001b7327154ab4.tar.gz |
gawk is needed for newer uboots.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/u-boot/u-boot.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/u-boot/u-boot.mk b/sysutils/u-boot/u-boot.mk index f7f9c84d09f..4b5a812be01 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.21 2019/10/06 17:02:10 bad Exp $ +# $NetBSD: u-boot.mk,v 1.22 2020/01/14 08:30:20 mrg 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+= bison gmake gsed pkg-config +USE_TOOLS+= bison gmake gsed pkg-config gawk PYTHON_FOR_BUILD_ONLY= yes ALL_ENV+= PYTHON2=${PYTHONBIN} PYTHONCONFIG=${PYTHONCONFIG} ALL_ENV+= PYTHONLIBPATH=-L$(LOCALBASE)/lib |