1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Back port r564778 | gerald | 2021-02-09 from uefi-edk2-bhyve-devel to

uefi-edk2-bhyve:

  Convert uefi-edk2-bhyve-devel to leverage the new "build" argument to
  USE_GCC, thus replacing direct manipulation of RUN_DEPENDS by the much
  simpler, declarative USE_GCC=yes:build.

PR:		211154
This commit is contained in:
Gerald Pfeifer 2021-02-13 22:49:42 +00:00
parent db65b37bc2
commit e315b3fc77
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=565184

View File

@ -20,7 +20,7 @@ BUILD_DEPENDS= bash:shells/bash \
USES= gmake \
python:2.7,build
USE_GCC= 4.8
USE_GCC= 4.8:build
USE_GITHUB= yes
GH_ACCOUNT= freebsd
GH_PROJECT= uefi-edk2
@ -83,4 +83,3 @@ do-install:
${STAGEDIR}${PREFIX}/share/uefi-firmware/BHYVE_UEFI${PLIST_SUFFIX}.fd
.include <bsd.port.mk>
RUN_DEPENDS:= ${RUN_DEPENDS:Ngcc*}