Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Aug 2024 05:16:38 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6000c582f7a4 - main - deskutils/fyi: add forgotten dep on pkgconf
Message-ID:  <202408210516.47L5GcF5036097@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408210516.47L5GcF5036097>