aboutsummaryrefslogtreecommitdiff
path: root/irc/inspircd
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2015-04-23 15:46:45 +0000
committerMark Felder <feld@FreeBSD.org>2015-04-23 15:46:45 +0000
commit7f75510f90ed2ca77f0d8e05db5763cb30403f4a (patch)
treedfd88c5c79ad474050a5ac5e0f567e087b8fb8d2 /irc/inspircd
parent08b27497b314bd9703d8058fb546cc342a1e329b (diff)
downloadports-7f75510f90ed2ca77f0d8e05db5763cb30403f4a.tar.gz
ports-7f75510f90ed2ca77f0d8e05db5763cb30403f4a.zip
gnutls module doesn't need libgcrypt (from gpg...)
Notes
Notes: svn path=/head/; revision=384594
Diffstat (limited to 'irc/inspircd')
-rw-r--r--irc/inspircd/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/irc/inspircd/Makefile b/irc/inspircd/Makefile
index 2886ea253f67..5de3f46d3a0d 100644
--- a/irc/inspircd/Makefile
+++ b/irc/inspircd/Makefile
@@ -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=""