summaryrefslogtreecommitdiff
path: root/emulators/citra/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/citra/Makefile')
-rw-r--r--emulators/citra/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/citra/Makefile b/emulators/citra/Makefile
index 5db1b3bb3ee3..56bae20fca16 100644
--- a/emulators/citra/Makefile
+++ b/emulators/citra/Makefile
@@ -25,6 +25,8 @@ LICENSE_FILE_LGPL21+ = ${_LICENSE_STORE}/LGPL21 # soundtouch
LICENSE_FILE_MIT= ${WRKSRC}/externals/enet/LICENSE
LICENSE_FILE_OpenSSL= ${WRKSRC}/externals/libressl/COPYING
+DEPRECATED= project has been discontinued and build fails with FFmpeg >7
+EXPIRATION_DATE= 2025-10-31
BROKEN_aarch64= https://github.com/citra-emu/citra/issues/5921
BUILD_DEPENDS= boost-libs>0:devel/boost-libs
@@ -104,7 +106,7 @@ post-patch:
.endif
post-configure:
- @${CP} ${DISTFILES:M*\:gamedb:C/\:.*//:S,^,${_DISTDIR},} \
+ @${CP} ${DISTFILES:M*\:gamedb:C/\:.*//:S,^,${DISTDIR}/,} \
${BUILD_WRKSRC}/dist/compatibility_list/
.include <bsd.port.post.mk>