diff options
author | novel <novel@FreeBSD.org> | 2009-01-19 01:04:08 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2009-01-19 01:04:08 +0800 |
commit | 05b365d367fc2795aa80994b0ff3fa39ef67a76f (patch) | |
tree | 7743d89df3161c403b2c469dbaad778424625b90 /security/gnome-keyring | |
parent | 472afedd1b197915a8518b9aead2692faabde246 (diff) | |
download | freebsd-ports-gnome-05b365d367fc2795aa80994b0ff3fa39ef67a76f.tar.gz freebsd-ports-gnome-05b365d367fc2795aa80994b0ff3fa39ef67a76f.tar.zst freebsd-ports-gnome-05b365d367fc2795aa80994b0ff3fa39ef67a76f.zip |
Chase libtasn1 shared library version bump.
Diffstat (limited to 'security/gnome-keyring')
-rw-r--r-- | security/gnome-keyring/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile index 3ad743250648..ccccabba4c4d 100644 --- a/security/gnome-keyring/Makefile +++ b/security/gnome-keyring/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnome-keyring PORTVERSION= 2.24.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -16,7 +16,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A program that keeps passwords and other secrets -LIB_DEPENDS= tasn1.3:${PORTSDIR}/security/libtasn1 \ +LIB_DEPENDS= tasn1.4:${PORTSDIR}/security/libtasn1 \ gcrypt.16:${PORTSDIR}/security/libgcrypt USE_BZIP2= yes |