Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jul 2017 14:34:13 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r446483 - head/net/wireshark
Message-ID:  <201707231434.v6NEYDAB045932@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707231434.v6NEYDAB045932>