svn commit: r424791 - head/sysutils/u-boot-master

Warner Losh imp at FreeBSD.org
Thu Oct 27 21:08:57 UTC 2016


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


More information about the svn-ports-all mailing list