aboutsummaryrefslogtreecommitdiffstats
path: root/irc/inspircd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/inspircd/Makefile')
-rw-r--r--irc/inspircd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/inspircd/Makefile b/irc/inspircd/Makefile
index 272cd1439226..f91a38d9d354 100644
--- a/irc/inspircd/Makefile
+++ b/irc/inspircd/Makefile
@@ -7,6 +7,7 @@
PORTNAME= inspircd
PORTVERSION= 1.1.19
+PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= http://www.inspircd.org/downloads/ \
http://www.chatspike.net/downloads/
@@ -116,7 +117,7 @@ PLIST_SUB+= SQLMODULES="@comment "
.endif
.if defined(WITH_GNUTLS) && !defined(WITHOUT_GNUTLS)
-LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --enable-gnutls
SYMLINK_FILES+= m_ssl_gnutls.cpp
PLIST_SUB+= GNUTLS=""