diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-09-17 03:41:10 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-09-17 03:41:10 +0800 |
commit | 36ad68f1f18d6d21cb438451117745d934043db9 (patch) | |
tree | 43ac349e5781d81c3b4146a49c11a6d887be4804 /security/libgnome-keyring/Makefile | |
parent | 294c5ace4bceb4a3911adee20bffbad2bfc039dd (diff) | |
download | marcuscom-ports-36ad68f1f18d6d21cb438451117745d934043db9.tar marcuscom-ports-36ad68f1f18d6d21cb438451117745d934043db9.tar.gz marcuscom-ports-36ad68f1f18d6d21cb438451117745d934043db9.tar.bz2 marcuscom-ports-36ad68f1f18d6d21cb438451117745d934043db9.tar.lz marcuscom-ports-36ad68f1f18d6d21cb438451117745d934043db9.tar.xz marcuscom-ports-36ad68f1f18d6d21cb438451117745d934043db9.tar.zst marcuscom-ports-36ad68f1f18d6d21cb438451117745d934043db9.zip |
Update to 3.1.90.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16201 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/libgnome-keyring/Makefile')
-rw-r--r-- | security/libgnome-keyring/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/libgnome-keyring/Makefile b/security/libgnome-keyring/Makefile index efa1fa1cb..ab86b5684 100644 --- a/security/libgnome-keyring/Makefile +++ b/security/libgnome-keyring/Makefile @@ -3,12 +3,11 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/security/libgnome-keyring/Makefile,v 1.17 2011/06/09 16:27:51 mezz Exp $ +# $MCom: ports/security/libgnome-keyring/Makefile,v 1.18 2011/07/03 11:57:45 kwm Exp $ # PORTNAME= libgnome-keyring -PORTVERSION= 3.0.3 -PORTREVISION= 1 +PORTVERSION= 3.1.90 CATEGORIES= security gnome MASTER_SITES= GNOME @@ -18,7 +17,7 @@ COMMENT= A program that keeps passwords and other secrets LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus \ gcrypt.18:${PORTSDIR}/security/libgcrypt -USE_BZIP2= yes +USE_XZ= yes USE_GNOME= gnomehack gnomeprefix ltverhack intlhack glib20 USE_GMAKE= yes USE_GETTEXT= yes |