Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Feb 2021 09:28:23 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r565213 - head/sysutils/uefi-edk2-qemu
Message-ID:  <202102140928.11E9SNVR013211@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102140928.11E9SNVR013211>