diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index d2c5ac2d6343..0d7e7b3bb516 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -2,8 +2,11 @@ PORTNAME= yuzu PORTVERSION= s20211231 PORTREVISION?= 0 CATEGORIES= emulators -MASTER_SITES= https://api.yuzu-emu.org/gamedb/?dummy=/:gamedb \ - LOCAL/jbeich:gamedb +.if make(makesum) +MASTER_SITES= https://api.yuzu-emu.org/gamedb/?dummy=/:gamedb +.else +MASTER_SITES= LOCAL/jbeich:gamedb +.endif DISTFILES= ${PORTNAME}/compatibility_list.json:gamedb EXTRACT_ONLY= ${DISTFILES:N*\:gamedb:C/\:.*//}