diff options
Diffstat (limited to 'net/wireshark/Makefile')
| -rw-r--r-- | net/wireshark/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index dfbb7f5c7217..596b3c9d74fc 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,5 +1,5 @@ PORTNAME= wireshark -DISTVERSION= 4.4.7 +DISTVERSION= 4.6.2 CATEGORIES= net MASTER_SITES= https://1.na.dl.wireshark.org/src/ \ https://1.eu.dl.wireshark.org/src/ \ @@ -17,16 +17,17 @@ WWW= https://www.wireshark.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libpcre2-8.so:devel/pcre2 \ +LIB_DEPENDS= libbrotlidec.so:archivers/brotli \ + libcares.so:dns/c-ares \ libgcrypt.so:security/libgcrypt \ liblz4.so:archivers/liblz4 \ libnghttp2.so:www/libnghttp2 \ libnghttp3.so:www/libnghttp3 \ - libbrotlidec.so:archivers/brotli \ + libpcre2-8.so:devel/pcre2 \ libsnappy.so:archivers/snappy \ - libcares.so:dns/c-ares \ - libzstd.so:archivers/zstd \ - libspeexdsp.so:audio/speexdsp + libspeexdsp.so:audio/speexdsp \ + libxxhash.so:devel/xxhash \ + libzstd.so:archivers/zstd FLAVORS= default nox11 FLAVOR?= ${FLAVORS:[1]} @@ -79,7 +80,7 @@ GSSAPI_BASE_USES= gssapi GSSAPI_HEIMDAL_USES= gssapi:heimdal GSSAPI_MIT_USES= gssapi:mit GSSAPI_NONE_CONFIGURE_ENV_OFF= KRB5_CONFIG=${KRB5CONFIG} -GSSAPI_NONE_CMAKE_BOOL= ENABLE_KERBEROS +GSSAPI_NONE_CMAKE_BOOL_OFF= ENABLE_KERBEROS GUI_USES= desktop-file-utils shared-mime-info qt:6 GUI_USE= qt=5compat,base,multimedia,tools |
