diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2013-02-06 17:30:08 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2013-02-06 17:30:08 +0000 |
commit | ab635f152ef10f63cf39e1a728ef49e59bc8f815 (patch) | |
tree | 1d163dc52292d9272018c814011ae3034f8cce83 /security/libgnome-keyring | |
parent | 9ccd54e72e5cf4bf3469b5578eb2a2cd6f3a9263 (diff) |
Notes
Diffstat (limited to 'security/libgnome-keyring')
-rw-r--r-- | security/libgnome-keyring/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libgnome-keyring/Makefile b/security/libgnome-keyring/Makefile index fe7a17f65633..b67c1661b7e6 100644 --- a/security/libgnome-keyring/Makefile +++ b/security/libgnome-keyring/Makefile @@ -7,14 +7,14 @@ PORTNAME= libgnome-keyring PORTVERSION= 2.32.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= A program that keeps passwords and other secrets -LIB_DEPENDS= tasn1.4:${PORTSDIR}/security/libtasn1 \ +LIB_DEPENDS= tasn1.5:${PORTSDIR}/security/libtasn1 \ gcrypt.18:${PORTSDIR}/security/libgcrypt USE_BZIP2= yes |