diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-05-05 16:02:27 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-05-05 16:02:27 +0000 |
commit | b6baf72cb0207887ed64d10e7ee2065875fd3984 (patch) | |
tree | 414caf005214cbd67a41c6a664b8bc98f1401c2b /security/shishi | |
parent | 6df9824dff3842e3ad63f19ac2f1e81cbeb523fc (diff) |
Chase security/libtasn1 shlib version bump.
Notes
Notes:
svn path=/head/; revision=161426
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 35b4b7a2e872..8e105317efa0 100644 --- a/security/shishi/Makefile +++ b/security/shishi/Makefile @@ -8,7 +8,7 @@ PORTNAME= shishi PORTVERSION= 0.0.22 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \ ${MASTER_SITE_GNU_ALPHA} @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A free implementation of the Kerberos 5 network security system LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn \ - tasn1.2:${PORTSDIR}/security/libtasn1 + tasn1.3:${PORTSDIR}/security/libtasn1 USE_PERL5_BUILD= yes USE_GNOME= gnomehack gnometarget pkgconfig |