Replace USE_GCC=8+ by the (currently) equivalent USE_GCC=yes which is
the generally more preferrable form.
This commit is contained in:
parent
cffd68eed3
commit
7927de0581
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=526958
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ BUILD_DEPENDS= ${BASH_CMD}:shells/bash \
|
||||||
|
|
||||||
USES= gmake \
|
USES= gmake \
|
||||||
python:2.7,build
|
python:2.7,build
|
||||||
USE_GCC= 8+
|
USE_GCC= yes
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= freebsd
|
GH_ACCOUNT= freebsd
|
||||||
GH_PROJECT= uefi-edk2
|
GH_PROJECT= uefi-edk2
|
||||||
|
|
Loading…
Reference in a new issue