diff options
author | arved <arved@FreeBSD.org> | 2008-02-29 05:47:06 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2008-02-29 05:47:06 +0800 |
commit | 3768f91967897f0ff027a583d1dda5ef48854c72 (patch) | |
tree | 36bfdaee94013139b92d5186523da4cede34b055 /security/gnome-keyring | |
parent | 90d21f195f0c1abab9952286d19e88c4318850fb (diff) | |
download | freebsd-ports-gnome-3768f91967897f0ff027a583d1dda5ef48854c72.tar.gz freebsd-ports-gnome-3768f91967897f0ff027a583d1dda5ef48854c72.tar.zst freebsd-ports-gnome-3768f91967897f0ff027a583d1dda5ef48854c72.zip |
Chase libgcrypt library version
Diffstat (limited to 'security/gnome-keyring')
-rw-r--r-- | security/gnome-keyring/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile index f761b459fd1a..f286bda257f9 100644 --- a/security/gnome-keyring/Makefile +++ b/security/gnome-keyring/Makefile @@ -8,6 +8,7 @@ PORTNAME= gnome-keyring PORTVERSION= 2.20.3 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -18,7 +19,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A program that keeps passwords and other secrets LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal \ - gcrypt.13:${PORTSDIR}/security/libgcrypt + gcrypt.15:${PORTSDIR}/security/libgcrypt USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix gtk20 ltverhack |