aboutsummaryrefslogtreecommitdiff
path: root/net/wireshark
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2018-05-02 13:37:39 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2018-05-02 13:37:39 +0000
commitac8f3fbe47c67ff3640ec57919ae1e39f82f826f (patch)
tree1f91c2e0a66d4c2655cf6a2b3b23ccb8ef8305a4 /net/wireshark
parentb69d1beed403acb080eadf2700f86b97db390b86 (diff)
downloadports-ac8f3fbe47c67ff3640ec57919ae1e39f82f826f.tar.gz
ports-ac8f3fbe47c67ff3640ec57919ae1e39f82f826f.zip
Fix build with base krb5.
Add an additional CONFIGURE_ARG to allow wireshark to build with base Kerberos. PR: 227908 Submitted by: mbeis
Notes
Notes: svn path=/head/; revision=468838
Diffstat (limited to 'net/wireshark')
-rw-r--r--net/wireshark/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
index e6220b36c1ae..7ab73479ef4f 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -103,7 +103,7 @@ DECRYPT_LIB_DEPENDS= libgnutls.so:security/gnutls \
libgcrypt.so:security/libgcrypt
KRB_NONE_CONFIGURE_ON= --without-krb5
-KRB_NONE_CONFIGURE_OFF= --with-krb5
+KRB_NONE_CONFIGURE_OFF= --with-krb5 --with-krb5-crypto-openssl
KRB_NONE_CONFIGURE_ENV_OFF= KRB5_CONFIG=${KRB5CONFIG}
GTK2_CONFIGURE_ON= --with-gtk=2 --with-qt=no