mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
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:
parent
4f4b3c57bc
commit
e6d9b0a3e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=564778
@ -18,7 +18,7 @@ BUILD_DEPENDS= ${BASH_CMD}:shells/bash \
|
||||
|
||||
USES= gmake \
|
||||
python:2.7,build
|
||||
USE_GCC= yes
|
||||
USE_GCC= yes:build
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= freebsd
|
||||
GH_PROJECT= uefi-edk2
|
||||
@ -77,4 +77,3 @@ do-install:
|
||||
${STAGEDIR}${PREFIX}/share/uefi-firmware/BHYVE_UEFI_VARS${PLIST_SUFFIX}-devel.fd
|
||||
|
||||
.include <bsd.port.mk>
|
||||
RUN_DEPENDS:= ${RUN_DEPENDS:Ngcc*}
|
||||
|
Loading…
Reference in New Issue
Block a user