aboutsummaryrefslogtreecommitdiff
path: root/emulators/citra/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/citra/Makefile')
-rw-r--r--emulators/citra/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/emulators/citra/Makefile b/emulators/citra/Makefile
index 4982654322aa..b8b23b93bb0d 100644
--- a/emulators/citra/Makefile
+++ b/emulators/citra/Makefile
@@ -2,8 +2,11 @@ PORTNAME= citra
PORTVERSION= s20211218
PORTREVISION?= 0
CATEGORIES= emulators
-MASTER_SITES= https://api.citra-emu.org/gamedb/?dummy=/:gamedb \
- LOCAL/jbeich:gamedb
+.if make(makesum)
+MASTER_SITES= https://api.citra-emu.org/gamedb/?dummy=/:gamedb
+.else
+MASTER_SITES= LOCAL/jbeich:gamedb
+.endif
DISTFILES= ${PORTNAME}/compatibility_list.json:gamedb
EXTRACT_ONLY= ${DISTFILES:N*\:gamedb:C/\:.*//}