diff options
author | imp <imp@FreeBSD.org> | 2016-10-28 05:08:56 +0800 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2016-10-28 05:08:56 +0800 |
commit | 7fa6fccfee539121fdfcb0595a9881774009fd6c (patch) | |
tree | 50b19d9650c549fb3e4a251302a7dbed9275927e /sysutils | |
parent | ab47f1f547796c037ac3fceb40ee842c43129891 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |