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/shishi | |
parent | 0f411bc34daacb7e0c18472db0e41468f8dee640 (diff) | |
download | ports-e4df6d015901d743d6ab6716eb1ff328c7eb9d9f.tar.gz ports-e4df6d015901d743d6ab6716eb1ff328c7eb9d9f.zip |
Notes
Diffstat (limited to 'security/shishi')
-rw-r--r-- | security/shishi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |