git: f9882ccd4d07 - main - dns/dnsperf: fix build

Hiroki Sato hrs at FreeBSD.org
Tue Aug 24 16:51:12 UTC 2021


The branch main has been updated by hrs:

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

commit f9882ccd4d072507188fe7b8e64ff80870431f97
Author:     Hiroki Sato <hrs at FreeBSD.org>
AuthorDate: 2021-08-24 16:48:36 +0000
Commit:     Hiroki Sato <hrs at 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
 


More information about the dev-commits-ports-main mailing list