aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ftp/wzdftpd/Makefile2
-rw-r--r--mail/msmtp/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/ftp/wzdftpd/Makefile b/ftp/wzdftpd/Makefile
index 77e610edaafa..5c1b02bf5f10 100644
--- a/ftp/wzdftpd/Makefile
+++ b/ftp/wzdftpd/Makefile
@@ -63,7 +63,7 @@ CONFIGURE_ARGS+= --disable-openssl
.endif
.if defined(WITH_GNUTLS)
-LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls-devel
+LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+= --disable-gnutls
.endif
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile
index c6bc83164f9b..07d23d75ae32 100644
--- a/mail/msmtp/Makefile
+++ b/mail/msmtp/Makefile
@@ -25,7 +25,7 @@ MAN1= msmtp.1
INFO= msmtp
.if defined(WITH_GNUTLS)
-LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls-devel
+LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --with-ssl=gnutls
.elif defined(WITH_OPENSSL)
USE_OPENSSL= yes