diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2024-03-11 01:27:08 +0100 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2024-03-13 04:27:09 +0100 |
commit | 9c6005712e61803e3d7c02e1069f88578515a81c (patch) | |
tree | 9982dc24a0f390839ea46259041386643e8996c0 | |
parent | d38c39868b4ee38aa8d43cb40bad78f89e68d662 (diff) | |
download | freebsd-ports-9c6005712e61803e3d7c02e1069f88578515a81c.zip |
emulators/yuzu: document removal conditions
(cherry picked from commit 14673d4899bb950d7019521e199c83e5b60e53e0)
-rw-r--r-- | emulators/yuzu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index ba79fdd65df2..3044dd5211e9 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -24,6 +24,7 @@ LICENSE_FILE_MIT= ${WRKSRC}/externals/sirit/externals/SPIRV-Headers/LICENSE ONLY_FOR_ARCHS= aarch64 amd64 ONLY_FOR_ARCHS_REASON= requires int128 and dynarmic backend +# XXX Need Ryujinx or a Yuzu fork that regularly improves game compatibility DEPRECATED= Project discontinued BUILD_DEPENDS= boost-libs>0:devel/boost-libs \ |