Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Oct 2016 21:08:56 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424791 - head/sysutils/u-boot-master
Message-ID:  <201610272108.u9RL8uOP071278@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Thu Oct 27 21:08:56 2016
New Revision: 424791
URL: https://svnweb.freebsd.org/changeset/ports/424791

Log:
  Include runtime dependency of eabi arm gcc port.

Modified:
  head/sysutils/u-boot-master/Makefile

Modified: head/sysutils/u-boot-master/Makefile
==============================================================================
--- head/sysutils/u-boot-master/Makefile	Thu Oct 27 20:57:35 2016	(r424790)
+++ head/sysutils/u-boot-master/Makefile	Thu Oct 27 21:08:56 2016	(r424791)
@@ -14,6 +14,8 @@ COMMENT=	Cross-build das u-boot for ${MO
 
 LICENSE=	GPLv2
 
+BUILD_DEPENDS=	arm-none-eabi-gcc:devel/arm-none-eabi-gcc
+
 USES=		gmake
 
 USE_GITHUB=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610272108.u9RL8uOP071278>