diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-29 14:30:47 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-29 14:30:47 +0000 |
commit | e4df6d015901d743d6ab6716eb1ff328c7eb9d9f (patch) | |
tree | 42466d3e5f776bf990f3ec4cba47919517ae327b /security/gsasl | |
parent | 0f411bc34daacb7e0c18472db0e41468f8dee640 (diff) |
- Chase libraries for new libidn version
Notes
Notes:
svn path=/head/; revision=102538
Diffstat (limited to 'security/gsasl')
-rw-r--r-- | security/gsasl/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |