git: 6000c582f7a4 - main - deskutils/fyi: add forgotten dep on pkgconf
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Aug 2024 05:16:38 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=6000c582f7a40ebf2cf4833ba34656cb98a11b64 commit 6000c582f7a40ebf2cf4833ba34656cb98a11b64 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2024-08-21 05:14:04 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2024-08-21 05:14:22 +0000 deskutils/fyi: add forgotten dep on pkgconf --- deskutils/fyi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deskutils/fyi/Makefile b/deskutils/fyi/Makefile index adc4bd000a06..32cc8e905cb9 100644 --- a/deskutils/fyi/Makefile +++ b/deskutils/fyi/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libdbus-1.so:devel/dbus -USES= meson +USES= meson pkgconfig WRKSRC= ${WRKDIR}/${PORTNAME} OPTIONS_DEFINE= DOCS