diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-28 06:36:20 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-28 06:36:20 +0000 |
commit | 9a2a3ec918485962b06b2413bd40507db31599b6 (patch) | |
tree | be3b724de09cde14b71394b07329a282970b8b8f /security/shishi | |
parent | 70e41684facd639fd39f888336a7e7d6cc903584 (diff) | |
download | ports-9a2a3ec918485962b06b2413bd40507db31599b6.tar.gz ports-9a2a3ec918485962b06b2413bd40507db31599b6.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 e3202ea42950..e999b3f1a5f7 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.14:${PORTSDIR}/devel/libidn \ +LIB_DEPENDS= idn.15:${PORTSDIR}/devel/libidn \ gcrypt.12:${PORTSDIR}/security/libgcrypt \ tasn1.2:${PORTSDIR}/security/libtasn1 |