git: 02ebd7d60a57 - main - multimedia/lms: Use compiler:c++20-lang
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Apr 2024 07:47:02 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=02ebd7d60a5740dde758373b09bac689be069db6 commit 02ebd7d60a5740dde758373b09bac689be069db6 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-04-03 07:46:32 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-04-03 07:46:32 +0000 multimedia/lms: Use compiler:c++20-lang --- multimedia/lms/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/lms/Makefile b/multimedia/lms/Makefile index 7b8e788b5ab6..a7d444a98166 100644 --- a/multimedia/lms/Makefile +++ b/multimedia/lms/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \ libwthttp.so:www/wt RUN_DEPENDS= ffmpeg:multimedia/ffmpeg -USES= cmake compiler:c++17-lang cpe libarchive pkgconfig +USES= cmake compiler:c++20-lang cpe libarchive pkgconfig USE_GITHUB= yes GH_ACCOUNT= epoupon