svn commit: r565213 - head/sysutils/uefi-edk2-qemu
Gerald Pfeifer
gerald at FreeBSD.org
Sun Feb 14 09:28:23 UTC 2021
Author: gerald
Date: Sun Feb 14 09:28:23 2021
New Revision: 565213
URL: https://svnweb.freebsd.org/changeset/ports/565213
Log:
Convert uefi-edk2-qemu to use the new "build" argument to USE_GCC
instead of using a direct dependency and then directly manipulating
RUN_DEPENDS - simpler and more declarative.
PR: 211154
Approved by: bcran (maintainer)
Modified:
head/sysutils/uefi-edk2-qemu/Makefile
Modified: head/sysutils/uefi-edk2-qemu/Makefile
==============================================================================
--- head/sysutils/uefi-edk2-qemu/Makefile Sun Feb 14 09:13:06 2021 (r565212)
+++ head/sysutils/uefi-edk2-qemu/Makefile Sun Feb 14 09:28:23 2021 (r565213)
@@ -13,13 +13,13 @@ ONLY_FOR_ARCHS= amd64
BUILD_DEPENDS= bash:shells/bash \
nasm:devel/nasm \
- gcc${GCC_DEFAULT}:lang/gcc${GCC_DEFAULT} \
${PYTHON_PKGNAMEPREFIX}sqlite3>=2.7:databases/py-sqlite3@${PY_FLAVOR}
FLAVORS= x86_64 i386
USES= gmake \
python:3.4+,build
+USE_GCC= yes:build
x86_64_PKGNAMESUFFIX= -x86_64
i386_PKGNAMESUFFIX= -i386
More information about the svn-ports-all
mailing list