diff --git a/devel/godot/Makefile b/devel/godot/Makefile index dcaaab5ded04..bbeeb1b20f08 100644 --- a/devel/godot/Makefile +++ b/devel/godot/Makefile @@ -86,7 +86,7 @@ PLIST_FILES= bin/${GODOTFILE} .include -.if ${ARCH:Mpowerpc*} +.if ${ARCH:Mpowerpc*} || ${ARCH:Mriscv64*} MAKE_ARGS+= module_embree_enabled=no \ module_raycast_enabled=no \ module_webm_enabled=no