git: 68b7643e77d0 - 2024Q1 - www/firefox: lower libvpx version requirement
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Mar 2024 22:07:03 UTC
The branch 2024Q1 has been updated by cmt: URL: https://cgit.FreeBSD.org/ports/commit/?id=68b7643e77d0c23826074278ce036a6fdeacd5a9 commit 68b7643e77d0c23826074278ce036a6fdeacd5a9 Author: Christoph Moench-Tegeder <cmt@FreeBSD.org> AuthorDate: 2024-03-04 22:05:55 +0000 Commit: Christoph Moench-Tegeder <cmt@FreeBSD.org> CommitDate: 2024-03-04 22:05:55 +0000 www/firefox: lower libvpx version requirement even if it's less what is bundled with firefox, but this should allow packaging --- www/firefox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 1aa0c6eb3748..2a4f59676787 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= nspr>=4.32:devel/nspr \ graphite2>=1.3.14:graphics/graphite2 \ png>=1.6.39:graphics/png \ dav1d>=1.0.0:multimedia/dav1d \ - libvpx>=1.14.0:multimedia/libvpx \ + libvpx>=1.13.1:multimedia/libvpx \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ v4l_compat>0:multimedia/v4l_compat \ autoconf2.13:devel/autoconf2.13 \