diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2017-07-23 14:34:13 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2017-07-23 14:34:13 +0000 |
commit | 08bb5de87763e49e898c5d989f8a458126620e00 (patch) | |
tree | 8906b1b0414586b31d1872d1417087454fa88ada | |
parent | 7cdd5665e56593072bff51f04dd7ce38f0efb90e (diff) |
Notes
-rw-r--r-- | net/wireshark/Makefile | 3 |
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 |