git: 28b2c75a6e14 - 2023Q1 - emulators/yuzu: unbreak "make test" after 5ee146a41ec7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Feb 2023 11:44:48 UTC
The branch 2023Q1 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=28b2c75a6e1428600036c74df74b48a1b7477143 commit 28b2c75a6e1428600036c74df74b48a1b7477143 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-02-03 11:41:57 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-02-03 11:44:39 +0000 emulators/yuzu: unbreak "make test" after 5ee146a41ec7 CMake Error at CMakeLists.txt:248 (find_package): Could not find a configuration file for package "Catch2" that is compatible with requested version "3.0.1". The following configuration files were considered but not accepted: /usr/local/lib/cmake/Catch2/Catch2Config.cmake, version: 2.13.9 https://github.com/yuzu-emu/yuzu/commit/d0fe27708edf (cherry picked from commit da6b2c7936245429da086f9cc35ea171f09382b4) --- emulators/yuzu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index 7be9e63ed89b..45e04c6083ed 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -42,7 +42,7 @@ LIB_DEPENDS= liblz4.so:archivers/liblz4 \ libfmt.so:devel/libfmt \ libavcodec.so:multimedia/ffmpeg \ libenet.so:net/enet -TEST_DEPENDS= catch>0:devel/catch +TEST_DEPENDS= catch2>0:devel/catch2 FLAVORS= qt5 qt6 qt5_CONFLICTS_INSTALL= ${PORTNAME}-qt6