aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2021-10-16 06:06:21 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2021-10-16 06:06:21 +0000
commit85c0ee4f2da16900061f42305a4eed8924397675 (patch)
tree46126fea49e7aba031a6110730d0f29df728684c /emulators
parent8f3f6fe99de5c960898a14b45a1b80886b362a7e (diff)
downloadports-85c0ee4f2da16900061f42305a4eed8924397675.tar.gz
ports-85c0ee4f2da16900061f42305a4eed8924397675.zip
emulators/advancemenu: unbreak INDEX and bulk on i386
Diffstat (limited to 'emulators')
-rw-r--r--emulators/advancemenu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/advancemenu/Makefile b/emulators/advancemenu/Makefile
index f0294a4d0c7c..5059a4546ffe 100644
--- a/emulators/advancemenu/Makefile
+++ b/emulators/advancemenu/Makefile
@@ -31,7 +31,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