aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/gsasl/Makefile2
-rw-r--r--security/shishi/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile
index b5fe0f03a862..aac653a822d1 100644
--- a/security/gsasl/Makefile
+++ b/security/gsasl/Makefile
@@ -17,7 +17,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= GNU SASL Library
-LIB_DEPENDS= idn.12:${PORTSDIR}/devel/libidn \
+LIB_DEPENDS= idn.13:${PORTSDIR}/devel/libidn \
gcrypt.6:${PORTSDIR}/security/libgcrypt \
ntlm.0:${PORTSDIR}/security/libntlm
diff --git a/security/shishi/Makefile b/security/shishi/Makefile
index 98a4667bd089..27b4194e21f7 100644
--- a/security/shishi/Makefile
+++ b/security/shishi/Makefile
@@ -15,7 +15,7 @@ MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/
MAINTAINER= ports@FreeBSD.org
COMMENT= A free implementation of the Kerberos 5 network security system
-LIB_DEPENDS= idn.12:${PORTSDIR}/devel/libidn \
+LIB_DEPENDS= idn.13:${PORTSDIR}/devel/libidn \
tasn1.2:${PORTSDIR}/security/libtasn1
USE_PERL5_BUILD= yes