aboutsummaryrefslogtreecommitdiffstats
path: root/irc/bitlbee
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2011-07-27 02:38:04 +0800
committerpav <pav@FreeBSD.org>2011-07-27 02:38:04 +0800
commit2c421bccfcfad6b1f3c00705992aa12bc80c905f (patch)
treea1de6d8312fef73a98717ecc4fef4b5712920370 /irc/bitlbee
parentd8108a668da4dc72609e185375338395c83cc146 (diff)
downloadfreebsd-ports-gnome-2c421bccfcfad6b1f3c00705992aa12bc80c905f.tar.gz
freebsd-ports-gnome-2c421bccfcfad6b1f3c00705992aa12bc80c905f.tar.zst
freebsd-ports-gnome-2c421bccfcfad6b1f3c00705992aa12bc80c905f.zip
- Fix build after recent gnutls update
Reported by: pointyhat
Diffstat (limited to 'irc/bitlbee')
-rw-r--r--irc/bitlbee/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/bitlbee/Makefile b/irc/bitlbee/Makefile
index 5c821ae161f5..3376c3b8123b 100644
--- a/irc/bitlbee/Makefile
+++ b/irc/bitlbee/Makefile
@@ -64,7 +64,8 @@ CONFIGURE_ARGS+=--ipv6=0
CONFIGURE_ARGS+=--ssl=openssl
.else
CONFIGURE_ARGS+=--ssl=gnutls
-LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls \
+ gcrypt.18:${PORTSDIR}/security/libgcrypt
.endif
.if defined(WITH_OTR)