git: da6b2c793624 - main - emulators/yuzu: unbreak "make test" after 5ee146a41ec7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Feb 2023 11:44:28 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=da6b2c7936245429da086f9cc35ea171f09382b4 commit da6b2c7936245429da086f9cc35ea171f09382b4 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:13 +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 --- emulators/yuzu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index d74a40e510e7..40624e2e97d0 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