svn commit: r446483 - head/net/wireshark
Joe Marcus Clarke
marcus at FreeBSD.org
Sun Jul 23 14:34:14 UTC 2017
Author: marcus
Date: Sun Jul 23 14:34:13 2017
New Revision: 446483
URL: https://svnweb.freebsd.org/changeset/ports/446483
Log:
Wireshark now depends on libgcrypt even in the non-DECRYPT
case. Not bumping PORTREVISION since the default was to
have libgcrypt anyway.
PR: 220929
Modified:
head/net/wireshark/Makefile
Modified: head/net/wireshark/Makefile
==============================================================================
--- head/net/wireshark/Makefile Sun Jul 23 14:25:29 2017 (r446482)
+++ head/net/wireshark/Makefile Sun Jul 23 14:34:13 2017 (r446483)
@@ -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
More information about the svn-ports-head
mailing list