diff options
-rw-r--r-- | devel/gwenhywfar/Makefile | 2 | ||||
-rw-r--r-- | mail/claws-mail/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/gwenhywfar/Makefile b/devel/gwenhywfar/Makefile index 2bc780c87f8d..b1b921c7579f 100644 --- a/devel/gwenhywfar/Makefile +++ b/devel/gwenhywfar/Makefile @@ -15,7 +15,7 @@ DISTFILES= download.php\?package=01\&release=25\&file=01\&dummy=gwenhywfar-${POR MAINTAINER= ports@FreeBSD.org COMMENT= Multi-platform helper library for networking and security applications -LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls OPTIONS= MEMDEBUG "Enable memory debugger statistic" off \ PORTDOCS "Install documentation (requires doxygen)" off diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index b30621527c6b..1a99e2878df0 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= etpan:${PORTSDIR}/mail/libetpan \ fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ freetype:${PORTSDIR}/print/freetype2 \ png:${PORTSDIR}/graphics/png \ - gnutls.26:${PORTSDIR}/security/gnutls + gnutls.40:${PORTSDIR}/security/gnutls RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support CONFLICTS= sylpheed-claws |