Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Aug 2022 17:57:45 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: 401f0abf3e0a - main - devel/muon: add run dependency on pkgconf
Message-ID:  <202208031757.273HvjxY026708@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=401f0abf3e0a22e9617b569f90e06fae5b3216e1

commit 401f0abf3e0a22e9617b569f90e06fae5b3216e1
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2022-08-03 17:56:53 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2022-08-03 17:57:24 +0000

    devel/muon: add run dependency on pkgconf
---
 devel/muon/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/muon/Makefile b/devel/muon/Makefile
index 43f398e8dfb5..df6524ffdd1a 100644
--- a/devel/muon/Makefile
+++ b/devel/muon/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	muon
 PORTVERSION=	0.0.1.p1
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://git.sr.ht/~lattis/muon/archive/
 DISTNAME=	b44e90f
@@ -12,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	scdoc:textproc/scdoc
 
-USES=		ninja pkgconfig
+USES=		ninja pkgconfig:both
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTNAME}
 BUILD_WRKSRC=	${WRKSRC}/_build



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