git: b1a4e7e1d7ce - main - www/chromium: allow building with modern Python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Apr 2022 21:03:06 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=b1a4e7e1d7cea4c77710a12c3b3e94433d6176ce commit b1a4e7e1d7cea4c77710a12c3b3e94433d6176ce Author: Robert Nagy <robert@openbsd.org> AuthorDate: 2022-04-07 21:00:57 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2022-04-07 21:01:49 +0000 www/chromium: allow building with modern Python PR: 263121 --- www/chromium/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 3a633bcd3e68..aea090f60df9 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -65,7 +65,7 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils \ noto-basic>0:x11-fonts/noto-basic USES= bison compiler:c++17-lang cpe desktop-file-utils gl gnome jpeg localbase:ldflags \ - ninja perl5 pkgconfig python:3.6-3.9,build shebangfix tar:xz xorg + ninja perl5 pkgconfig python:3.7+,build shebangfix tar:xz xorg CPE_VENDOR= google CPE_PRODUCT= chrome