diff options
-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 |