diff options
author | Mark Felder <feld@FreeBSD.org> | 2015-04-23 15:46:45 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2015-04-23 15:46:45 +0000 |
commit | 7f75510f90ed2ca77f0d8e05db5763cb30403f4a (patch) | |
tree | dfd88c5c79ad474050a5ac5e0f567e087b8fb8d2 /irc/inspircd | |
parent | 08b27497b314bd9703d8058fb546cc342a1e329b (diff) | |
download | freebsd-ports-7f75510f90ed2ca77f0d8e05db5763cb30403f4a.zip |
gnutls module doesn't need libgcrypt (from gpg...)
Diffstat (limited to 'irc/inspircd')
-rw-r--r-- | irc/inspircd/Makefile | 3 |
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="" |