diff options
-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 4dbcae8e308f..e3202ea42950 100644 --- a/security/shishi/Makefile +++ b/security/shishi/Makefile @@ -8,7 +8,7 @@ PORTNAME= shishi PORTVERSION= 0.0.15 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A free implementation of the Kerberos 5 network security system LIB_DEPENDS= idn.14:${PORTSDIR}/devel/libidn \ - gcrypt.10:${PORTSDIR}/security/libgcrypt-devel \ + gcrypt.12:${PORTSDIR}/security/libgcrypt \ tasn1.2:${PORTSDIR}/security/libtasn1 PKGMESSAGE= ${WRKDIR}/pkg-message |