aboutsummaryrefslogtreecommitdiff
path: root/net/spserver/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/spserver/Makefile')
-rw-r--r--net/spserver/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/spserver/Makefile b/net/spserver/Makefile
index e279bc356f06..56c36b66cf0e 100644
--- a/net/spserver/Makefile
+++ b/net/spserver/Makefile
@@ -7,7 +7,7 @@
PORTNAME= spserver
PORTVERSION= 0.9.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
@@ -37,7 +37,7 @@ PLIST_SUB+= WITH_MATRIXSSL="@comment "
.endif
.if defined(WITH_GNUTLS)
-LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
ALL_TARGET+= build_gnutls
PLIST_SUB+= WITH_GNUTLS=""
.else