sysutils/uefi-edk2-qemu: Depend on the gcc${GCC_DEFAULT} binary
Only lang/gcc installs the 'gcc' binary. Reported by: jbeich Reviewed by: araujo Approved by: araujo Differential Revision: https://reviews.freebsd.org/D21601
This commit is contained in:
parent
9130996adb
commit
dc7ce7609a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=511820
@ -14,7 +14,7 @@ ONLY_FOR_ARCHS= amd64
|
||||
|
||||
BUILD_DEPENDS= bash:shells/bash \
|
||||
nasm:devel/nasm \
|
||||
gcc:lang/gcc${GCC_DEFAULT} \
|
||||
gcc${GCC_DEFAULT}:lang/gcc${GCC_DEFAULT} \
|
||||
${PYTHON_PKGNAMEPREFIX}sqlite3>=2.7:databases/py-sqlite3@${PY_FLAVOR}
|
||||
|
||||
FLAVORS= x86_64 i386
|
||||
|
Loading…
Reference in New Issue
Block a user