svn commit: r384594 - head/irc/inspircd
Mark Felder
feld at FreeBSD.org
Thu Apr 23 15:46:46 UTC 2015
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=""
More information about the svn-ports-head
mailing list