aboutsummaryrefslogtreecommitdiff
path: root/net/wireshark/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2017-07-23 14:34:13 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2017-07-23 14:34:13 +0000
commit08bb5de87763e49e898c5d989f8a458126620e00 (patch)
tree8906b1b0414586b31d1872d1417087454fa88ada /net/wireshark/Makefile
parent7cdd5665e56593072bff51f04dd7ce38f0efb90e (diff)
downloadports-08bb5de87763e49e898c5d989f8a458126620e00.tar.gz
ports-08bb5de87763e49e898c5d989f8a458126620e00.zip
Wireshark now depends on libgcrypt even in the non-DECRYPT
case. Not bumping PORTREVISION since the default was to have libgcrypt anyway. PR: 220929
Notes
Notes: svn path=/head/; revision=446483
Diffstat (limited to 'net/wireshark/Makefile')
-rw-r--r--net/wireshark/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
index 16a9bd03c354..e9a070886a24 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -36,7 +36,8 @@ CONFIGURE_ARGS+= --program-transform-name="" \
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
-LIB_DEPENDS+= libgpg-error.so:security/libgpg-error
+LIB_DEPENDS+= libgpg-error.so:security/libgpg-error \
+ libgcrypt.so:security/libgcrypt
CFLAGS+= -funit-at-a-time
LIBS+= -L${LOCALBASE}/lib