diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2021-08-24 16:48:36 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2021-08-24 16:49:25 +0000 |
commit | f9882ccd4d072507188fe7b8e64ff80870431f97 (patch) | |
tree | ace2851c3ccc2ea4d8dd8197e6f9012d4c04e8a9 | |
parent | 1e0d8ce2079e3b116932d1450f249092abc40a3a (diff) | |
download | ports-f9882ccd4d072507188fe7b8e64ff80870431f97.tar.gz ports-f9882ccd4d072507188fe7b8e64ff80870431f97.zip |
dns/dnsperf: fix build
-rw-r--r-- | dns/dnsperf/Makefile | 2 |
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 |