aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2016-10-28 05:08:56 +0800
committerimp <imp@FreeBSD.org>2016-10-28 05:08:56 +0800
commit7fa6fccfee539121fdfcb0595a9881774009fd6c (patch)
tree50b19d9650c549fb3e4a251302a7dbed9275927e /sysutils
parentab47f1f547796c037ac3fceb40ee842c43129891 (diff)
downloadfreebsd-ports-graphics-7fa6fccfee539121fdfcb0595a9881774009fd6c.tar.gz
freebsd-ports-graphics-7fa6fccfee539121fdfcb0595a9881774009fd6c.tar.zst
freebsd-ports-graphics-7fa6fccfee539121fdfcb0595a9881774009fd6c.zip
Include runtime dependency of eabi arm gcc port.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/u-boot-master/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/u-boot-master/Makefile b/sysutils/u-boot-master/Makefile
index a5a31f569c5..473769c81b8 100644
--- a/sysutils/u-boot-master/Makefile
+++ b/sysutils/u-boot-master/Makefile
@@ -14,6 +14,8 @@ COMMENT= Cross-build das u-boot for ${MODEL}
LICENSE= GPLv2
+BUILD_DEPENDS= arm-none-eabi-gcc:devel/arm-none-eabi-gcc
+
USES= gmake
USE_GITHUB= yes