git: 55cee1758bda - main - www/chromium: fix typo BUIDL_DEPENDS -> BUILD_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 May 2024 09:19:17 UTC
The branch main has been updated by rnagy: URL: https://cgit.FreeBSD.org/ports/commit/?id=55cee1758bdaecb7b2288f30148fd0ec2063da38 commit 55cee1758bdaecb7b2288f30148fd0ec2063da38 Author: Robert Nagy <rnagy@FreeBSD.org> AuthorDate: 2024-05-28 09:18:52 +0000 Commit: Robert Nagy <rnagy@FreeBSD.org> CommitDate: 2024-05-28 09:18:52 +0000 www/chromium: fix typo BUIDL_DEPENDS -> BUILD_DEPENDS --- www/chromium/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 05d778959d4e..e072be8dd328 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -20,7 +20,7 @@ LICENSE_COMB= multi ONLY_FOR_ARCHS= aarch64 amd64 i386 -BUIDL_DEPENDS= bash:shells/bash \ +BUILD_DEPENDS= bash:shells/bash \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ply>0:devel/py-ply@${PY_FLAVOR} \ gperf:devel/gperf \