Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Apr 2015 15:46:46 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384594 - head/irc/inspircd
Message-ID:  <201504231546.t3NFkkhM037851@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Thu Apr 23 15:46:45 2015
New Revision: 384594
URL: https://svnweb.freebsd.org/changeset/ports/384594

Log:
  gnutls module doesn't need libgcrypt (from gpg...)

Modified:
  head/irc/inspircd/Makefile

Modified: head/irc/inspircd/Makefile
==============================================================================
--- head/irc/inspircd/Makefile	Thu Apr 23 15:37:59 2015	(r384593)
+++ head/irc/inspircd/Makefile	Thu Apr 23 15:46:45 2015	(r384594)
@@ -108,8 +108,7 @@ PLIST_SUB+=	SQLITE="@comment "
 
 .if ${PORT_OPTIONS:MGNUTLS}
 USES+=	pkgconfig
-LIB_DEPENDS+=	libgnutls.so:${PORTSDIR}/security/gnutls \
-		libgcrypt.so:${PORTSDIR}/security/libgcrypt
+LIB_DEPENDS+=	libgnutls.so:${PORTSDIR}/security/gnutls
 CONFIGURE_ARGS+=	--enable-gnutls
 EXTRAS:=${EXTRAS},m_ssl_gnutls.cpp
 PLIST_SUB+=	GNUTLS=""



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