diff options
author | swills <swills@FreeBSD.org> | 2011-07-03 19:40:49 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-07-03 19:40:49 +0800 |
commit | ae430b66773d3ab07cec0ef7e1d20258c09e74ab (patch) | |
tree | 081b0a98b3f4c8b38cbeffd11f0a9604a15c599f /security/libgnome-keyring | |
parent | 1c1171950f538d258ac5d58e810ddf82c3ccb4cc (diff) | |
download | freebsd-ports-gnome-ae430b66773d3ab07cec0ef7e1d20258c09e74ab.tar.gz freebsd-ports-gnome-ae430b66773d3ab07cec0ef7e1d20258c09e74ab.tar.zst freebsd-ports-gnome-ae430b66773d3ab07cec0ef7e1d20258c09e74ab.zip |
- Chase the libgcrypt shared lib version
Diffstat (limited to 'security/libgnome-keyring')
-rw-r--r-- | security/libgnome-keyring/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/libgnome-keyring/Makefile b/security/libgnome-keyring/Makefile index 38962b87f666..ccd58fa23a34 100644 --- a/security/libgnome-keyring/Makefile +++ b/security/libgnome-keyring/Makefile @@ -7,6 +7,7 @@ PORTNAME= libgnome-keyring PORTVERSION= 2.32.0 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= GNOME @@ -14,7 +15,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A program that keeps passwords and other secrets LIB_DEPENDS= tasn1.4:${PORTSDIR}/security/libtasn1 \ - gcrypt.17:${PORTSDIR}/security/libgcrypt + gcrypt.18:${PORTSDIR}/security/libgcrypt USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix ltverhack intlhack gconf2 |