diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2010-07-27 01:25:20 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2010-07-27 01:25:20 +0000 |
commit | 15c1551ea378607e55d8794de79207166d0ae1e5 (patch) | |
tree | 73c8786e0fad568d10c37e84e57718888d04e4a4 /security/libgnome-keyring | |
parent | 5248e90f8597935323b5088e6d32590bac88c5a7 (diff) | |
download | ports-15c1551ea378607e55d8794de79207166d0ae1e5.tar.gz ports-15c1551ea378607e55d8794de79207166d0ae1e5.zip |
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 2a2687e2a69e..89c1860cfe0a 100644 --- a/security/libgnome-keyring/Makefile +++ b/security/libgnome-keyring/Makefile @@ -7,7 +7,7 @@ PORTNAME= libgnome-keyring PORTVERSION= 2.30.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security gnome MASTER_SITES= GNOME @@ -15,7 +15,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A program that keeps passwords and other secrets LIB_DEPENDS= tasn1.4:${PORTSDIR}/security/libtasn1 \ - gcrypt.16:${PORTSDIR}/security/libgcrypt + gcrypt.17:${PORTSDIR}/security/libgcrypt USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix ltverhack intlhack gconf2 |