diff options
author | rafan <rafan@FreeBSD.org> | 2009-01-06 21:01:11 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2009-01-06 21:01:11 +0800 |
commit | 589d7fdaeb35b5e7011ca59ba6261f77ed3dbf88 (patch) | |
tree | 79fa91c3e74bfd9067d4aad5233757770c2ab50b /security/gnome-keyring | |
parent | ee3b6b0cf8b088e61fe1d2c1d79dbfda5a36a1c2 (diff) | |
download | freebsd-ports-gnome-589d7fdaeb35b5e7011ca59ba6261f77ed3dbf88.tar.gz freebsd-ports-gnome-589d7fdaeb35b5e7011ca59ba6261f77ed3dbf88.tar.zst freebsd-ports-gnome-589d7fdaeb35b5e7011ca59ba6261f77ed3dbf88.zip |
- Bump PORTREVISION due to share library version bump in security/libgcrypt
PR: ports/127478
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 c5d4b87295c6..68c0a9bf8128 100644 --- a/security/gnome-keyring/Makefile +++ b/security/gnome-keyring/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnome-keyring PORTVERSION= 2.22.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -18,7 +18,7 @@ COMMENT= A program that keeps passwords and other secrets LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal \ tasn1.3:${PORTSDIR}/security/libtasn1 \ - gcrypt.15:${PORTSDIR}/security/libgcrypt + gcrypt.16:${PORTSDIR}/security/libgcrypt USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix gtk20 ltverhack intlhack gconf2 |