diff options
Diffstat (limited to 'dns/dnscap/Makefile')
-rw-r--r-- | dns/dnscap/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dns/dnscap/Makefile b/dns/dnscap/Makefile index e5f547436002..f86d51774e3b 100644 --- a/dns/dnscap/Makefile +++ b/dns/dnscap/Makefile @@ -1,5 +1,5 @@ PORTNAME= dnscap -PORTVERSION= 2.3.1 +PORTVERSION= 2.4.1 PORTEPOCH= 1 CATEGORIES= dns MASTER_SITES= https://www.dns-oarc.net/files/dnscap/ \ @@ -13,7 +13,9 @@ WWW= https://www.dns-oarc.net/tools/dnscap \ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libldns.so:dns/ldns +LIB_DEPENDS= libldns.so:dns/ldns \ + liblz4.so:archivers/liblz4 \ + libzstd.so:archivers/zstd USES= autoreconf libtool localbase pkgconfig ssl |