diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-10 00:14:26 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-10 00:14:26 +0800 |
commit | e95feb545c6fb3ef80774f9eea0008fbc387bc04 (patch) | |
tree | 8b0a79cf05b5c0d57bc5f4ed91487b174d851bf3 /security | |
parent | 4b5c842b10d389ee0c0ba08deb5c0b059dd234cb (diff) | |
download | marcuscom-ports-e95feb545c6fb3ef80774f9eea0008fbc387bc04.tar.gz marcuscom-ports-e95feb545c6fb3ef80774f9eea0008fbc387bc04.tar.zst marcuscom-ports-e95feb545c6fb3ef80774f9eea0008fbc387bc04.zip |
Update the dependencies, bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15774 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security')
-rw-r--r-- | security/libgnome-keyring/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/security/libgnome-keyring/Makefile b/security/libgnome-keyring/Makefile index e632e23ed..d36416da4 100644 --- a/security/libgnome-keyring/Makefile +++ b/security/libgnome-keyring/Makefile @@ -3,21 +3,23 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/security/libgnome-keyring/Makefile,v 1.11 2011/03/30 22:40:09 kwm Exp $ +# $MCom: ports/security/libgnome-keyring/Makefile,v 1.12 2011/04/04 11:48:24 kwm Exp $ +# PORTNAME= libgnome-keyring PORTVERSION= 3.0.0 +PORTREVISION= 1 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= dbus-1.3:${PORTSDIR}/devel/dbus \ gcrypt.17:${PORTSDIR}/security/libgcrypt USE_BZIP2= yes -USE_GNOME= gnomehack gnomeprefix ltverhack intlhack gconf2 +USE_GNOME= gnomehack gnomeprefix ltverhack intlhack glib20 USE_GMAKE= yes USE_GETTEXT= yes USE_AUTOTOOLS= libtool |