aboutsummaryrefslogtreecommitdiff
path: root/net/libgnetwork
diff options
context:
space:
mode:
Diffstat (limited to 'net/libgnetwork')
-rw-r--r--net/libgnetwork/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/libgnetwork/Makefile b/net/libgnetwork/Makefile
index 8ca78d5e5541..0f93345cdea6 100644
--- a/net/libgnetwork/Makefile
+++ b/net/libgnetwork/Makefile
@@ -26,7 +26,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
LDFLAGS+= -L${LOCALBASE}/lib
.if !defined(WITHOUT_SSL)
-LIB_DEPENDS+= gnutls.7:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+=--enable-ssl=gnutls
.else
CONFIGURE_ARGS+=--enable-ssl=no