diff options
-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 |