git: e63ccbd60c54 - main - www/chromium: add audio/pulseaudio as a build dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 23 May 2024 12:15:59 UTC
The branch main has been updated by rnagy: URL: https://cgit.FreeBSD.org/ports/commit/?id=e63ccbd60c54526e90ae3fbba9c105b6a31b6243 commit e63ccbd60c54526e90ae3fbba9c105b6a31b6243 Author: Robert Nagy <rnagy@FreeBSD.org> AuthorDate: 2024-05-23 12:14:12 +0000 Commit: Robert Nagy <rnagy@FreeBSD.org> CommitDate: 2024-05-23 12:14:12 +0000 www/chromium: add audio/pulseaudio as a build dependency PR: 279242 --- www/chromium/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 14f8d51fc048..6d73652c6270 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -15,7 +15,8 @@ LICENSE_COMB= multi ONLY_FOR_ARCHS= aarch64 amd64 i386 -BUILD_DEPENDS= bash:shells/bash \ +BUILD_DEPENDS= ${LOCALBASE}/include/pulse/pulseaudio.h:audio/pulseaudio \ + bash:shells/bash \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ply>0:devel/py-ply@${PY_FLAVOR} \ gperf:devel/gperf \