git: cffb234baab7 - main - sysutils/fastfetch: add v4l_compat to BUILD_DEPENDS for camera module
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 11 Feb 2024 11:50:13 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=cffb234baab7c4da96b90f1294e77f6847f1bf59 commit cffb234baab7c4da96b90f1294e77f6847f1bf59 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2024-02-11 01:07:04 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2024-02-11 11:49:09 +0000 sysutils/fastfetch: add v4l_compat to BUILD_DEPENDS for camera module --- sysutils/fastfetch/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sysutils/fastfetch/Makefile b/sysutils/fastfetch/Makefile index 2175015bf482..210d39b41cf4 100644 --- a/sysutils/fastfetch/Makefile +++ b/sysutils/fastfetch/Makefile @@ -9,6 +9,7 @@ WWW= https://github.com/fastfetch-cli/fastfetch LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat LIB_DEPENDS= libyyjson.so:devel/yyjson USES= cmake:testing localbase:ldflags pkgconfig