Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Feb 2019 20:07:41 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492070 - head/sysutils/u-boot-tools
Message-ID:  <201902032007.x13K7fhZ083569@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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