svn commit: r492070 - head/sysutils/u-boot-tools

Emmanuel Vadot manu at FreeBSD.org
Sun Feb 3 20:07:41 UTC 2019


Author: manu
Date: Sun Feb  3 20:07:40 2019
New Revision: 492070
URL: https://svnweb.freebsd.org/changeset/ports/492070

Log:
  u-boot-tools: U-Boot needs bison, add it to the USES
  
  Approved by:	bapt (mentor, implicit)

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

Modified: head/sysutils/u-boot-tools/Makefile
==============================================================================
--- head/sysutils/u-boot-tools/Makefile	Sun Feb  3 20:04:10 2019	(r492069)
+++ head/sysutils/u-boot-tools/Makefile	Sun Feb  3 20:07:40 2019	(r492070)
@@ -12,7 +12,7 @@ COMMENT=	U-boot related tools
 
 LICENSE=	GPLv2
 
-USES=	tar:bzip2 gmake python:2.7,build ssl
+USES=	bison tar:bzip2 gmake python:2.7,build ssl
 
 CONFLICTS=	uboot-mkimage
 ALL_TARGET=	tools-only


More information about the svn-ports-all mailing list