diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2024-03-11 20:36:06 +0100 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2024-03-11 20:36:53 +0100 |
commit | 569576dab1f86c039c275c5962f33a80d6d95643 (patch) | |
tree | bf94fbed9d4ec15ef0c277afed91ae4721c7e30b /emulators | |
parent | 404309f7d10292d119753099131ae7c155e05a25 (diff) | |
download | freebsd-ports-569576dab1f86c039c275c5962f33a80d6d95643.zip |
emulators/yuzu: silence order warning after 0f5a12706051
$ portlint
[...]
WARN: Makefile: "DEPRECATED" has to appear earlier.
WARN: Makefile: "LIB_DEPENDS" has to appear earlier.
WARN: Makefile: "BUILD_DEPENDS" has to appear earlier.
WARN: Makefile: "TEST_DEPENDS" has to appear earlier.
WARN: Makefile: "FLAVORS" has to appear earlier.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/yuzu/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index e53cd5033a16..ab74cf1c3291 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -23,7 +23,6 @@ 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 |