Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Aug 2021 16:51:12 GMT
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f9882ccd4d07 - main - dns/dnsperf: fix build
Message-ID:  <202108241651.17OGpCee098400@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by hrs:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f9882ccd4d072507188fe7b8e64ff80870431f97

commit f9882ccd4d072507188fe7b8e64ff80870431f97
Author:     Hiroki Sato <hrs@FreeBSD.org>
AuthorDate: 2021-08-24 16:48:36 +0000
Commit:     Hiroki Sato <hrs@FreeBSD.org>
CommitDate: 2021-08-24 16:49:25 +0000

    dns/dnsperf: fix build
---
 dns/dnsperf/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dns/dnsperf/Makefile b/dns/dnsperf/Makefile
index d323deaf61e4..599b379b6eed 100644
--- a/dns/dnsperf/Makefile
+++ b/dns/dnsperf/Makefile
@@ -14,7 +14,7 @@ LIB_DEPENDS=	libnghttp2.so:www/libnghttp2 \
 		libck.so:devel/concurrencykit \
 		libldns.so:dns/ldns
 
-USES=		autoreconf compiler:c11 libtool ssl
+USES=		autoreconf compiler:c11 libtool pkgconfig ssl
 USE_GITHUB=	yes
 GH_ACCOUNT=	DNS-OARC
 



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