diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-05-24 10:23:22 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-05-24 10:23:22 +0000 |
commit | 69faa00b00b9f223803b8bad16c17c7dddd6c306 (patch) | |
tree | b57d8bffb57c3072184f9eca204e048408824cb6 /security/shishi | |
parent | e58de092261f40a2cedee63b7c9ceae78f8ee22e (diff) | |
download | ports-69faa00b00b9f223803b8bad16c17c7dddd6c306.tar.gz ports-69faa00b00b9f223803b8bad16c17c7dddd6c306.zip |
Notes
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 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 |