git: 401f0abf3e0a - main - devel/muon: add run dependency on pkgconf
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Aug 2022 17:57:45 UTC
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