svn commit: r511820 - head/sysutils/uefi-edk2-qemu

Rebecca Cran bcran at FreeBSD.org
Wed Sep 11 12:37:57 UTC 2019


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


More information about the svn-ports-all mailing list