Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Sep 2019 12:37:56 +0000 (UTC)
From:      Rebecca Cran <bcran@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511820 - head/sysutils/uefi-edk2-qemu
Message-ID:  <201909111237.x8BCburZ035669@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bcran (src committer)
Date: Wed Sep 11 12:37:56 2019
New Revision: 511820
URL: https://svnweb.freebsd.org/changeset/ports/511820

Log:
  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

Modified:
  head/sysutils/uefi-edk2-qemu/Makefile

Modified: head/sysutils/uefi-edk2-qemu/Makefile
==============================================================================
--- head/sysutils/uefi-edk2-qemu/Makefile	Wed Sep 11 11:47:13 2019	(r511819)
+++ head/sysutils/uefi-edk2-qemu/Makefile	Wed Sep 11 12:37:56 2019	(r511820)
@@ -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



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