diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-22 08:10:58 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-22 08:10:58 +0000 |
commit | 9c454797a2bafc66928418faa41753772fb9d0d6 (patch) | |
tree | 4d9a32a22b3c8a9595e9a77e6266ca0171baf399 /security/shishi | |
parent | 70dbc732f4f09f9f425f9c94dcbfd86b6e30d71e (diff) |
- Chase libraries for new devel/libidn version
Notes
Notes:
svn path=/head/; revision=109689
Diffstat (limited to 'security/shishi')
-rw-r--r-- | security/shishi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/shishi/Makefile b/security/shishi/Makefile index 7b96af56634d..4dbcae8e308f 100644 --- a/security/shishi/Makefile +++ b/security/shishi/Makefile @@ -8,14 +8,14 @@ PORTNAME= shishi PORTVERSION= 0.0.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security 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.13:${PORTSDIR}/devel/libidn \ +LIB_DEPENDS= idn.14:${PORTSDIR}/devel/libidn \ gcrypt.10:${PORTSDIR}/security/libgcrypt-devel \ tasn1.2:${PORTSDIR}/security/libtasn1 |