diff options
author | arved <arved@FreeBSD.org> | 2004-05-24 10:23:22 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-05-24 10:23:22 +0000 |
commit | 252268e6970b30b0c1d7eb78be3a5d82bec6fc12 (patch) | |
tree | 9212aeeb8ac9d85b8226e9bfdc370940637402eb /security/shishi | |
parent | ca03ad79f02ca206bacec0adeafa9ecb9bcee056 (diff) | |
download | FreeBSD-ports-252268e6970b30b0c1d7eb78be3a5d82bec6fc12.zip FreeBSD-ports-252268e6970b30b0c1d7eb78be3a5d82bec6fc12.tar.gz |
Chase new location of libgcrypt, bump PORTREVISION
Reported by: kris, eik
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 4dbcae8..e3202ea 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 |