aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2021-08-24 16:48:36 +0000
committerHiroki Sato <hrs@FreeBSD.org>2021-08-24 16:49:25 +0000
commitf9882ccd4d072507188fe7b8e64ff80870431f97 (patch)
treeace2851c3ccc2ea4d8dd8197e6f9012d4c04e8a9 /dns
parent1e0d8ce2079e3b116932d1450f249092abc40a3a (diff)
downloadports-f9882ccd4d072507188fe7b8e64ff80870431f97.tar.gz
ports-f9882ccd4d072507188fe7b8e64ff80870431f97.zip
dns/dnsperf: fix build
Diffstat (limited to 'dns')
-rw-r--r--dns/dnsperf/Makefile2
1 files changed, 1 insertions, 1 deletions
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