git: 92deafe21dbe - main - emulators/advancemame: unbreak after USE_GCC=any removal

From: Antoine Brodin <antoine_at_FreeBSD.org>
Date: Sat, 16 Oct 2021 06:52:51 UTC
The branch main has been updated by antoine:

URL: https://cgit.FreeBSD.org/ports/commit/?id=92deafe21dbe3f7518f86d41801857dc166f38bb

commit 92deafe21dbe3f7518f86d41801857dc166f38bb
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2021-10-16 06:52:32 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2021-10-16 06:52:32 +0000

    emulators/advancemame: unbreak after USE_GCC=any removal
---
 emulators/advancemame/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emulators/advancemame/Makefile b/emulators/advancemame/Makefile
index c40fbd941391..0792c72dea4d 100644
--- a/emulators/advancemame/Makefile
+++ b/emulators/advancemame/Makefile
@@ -36,7 +36,7 @@ OPTIONS_DEFAULT=	FREETYPE
 OPTIONS_DEFAULT_i386=	ASM
 
 ASM_BUILD_DEPENDS=	nasm:devel/nasm
-ASM_USE=		gcc=any
+ASM_USE=		GCC=yes
 ASM_CONFIGURE_ENABLE=	asm
 FREETYPE_USES=		pkgconfig
 FREETYPE_LIB_DEPENDS=	libfreetype.so:print/freetype2