diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-10 01:20:19 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-10 01:20:19 +0800 |
commit | 7946919cae91801bb1b3d572d39abda052039f41 (patch) | |
tree | 504a078a19e04765b8d8ad269ebfaa42c01f6d69 /security | |
parent | 0ce0c36f6c5a1866ac8b44cdf0a6e8270c51c306 (diff) | |
download | marcuscom-ports-7946919cae91801bb1b3d572d39abda052039f41.tar marcuscom-ports-7946919cae91801bb1b3d572d39abda052039f41.tar.gz marcuscom-ports-7946919cae91801bb1b3d572d39abda052039f41.tar.bz2 marcuscom-ports-7946919cae91801bb1b3d572d39abda052039f41.tar.lz marcuscom-ports-7946919cae91801bb1b3d572d39abda052039f41.tar.xz marcuscom-ports-7946919cae91801bb1b3d572d39abda052039f41.tar.zst marcuscom-ports-7946919cae91801bb1b3d572d39abda052039f41.zip |
Add libtasn1 dependency since it was removed in libgnome-keyring, bump it.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15778 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security')
-rw-r--r-- | security/gnome-keyring/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile index e16b37c0c..17702095d 100644 --- a/security/gnome-keyring/Makefile +++ b/security/gnome-keyring/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/security/gnome-keyring/Makefile,v 1.100 2011/01/18 10:23:19 kwm Exp $ +# $MCom: ports/security/gnome-keyring/Makefile,v 1.101 2011/04/09 16:41:20 mezz Exp $ # PORTNAME= gnome-keyring PORTVERSION= 2.32.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -16,7 +16,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A program that keeps passwords and other secrets -LIB_DEPENDS= gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring +LIB_DEPENDS= tasn1.4:${PORTSDIR}/security/libtasn1 \ + gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss CONFLICTS= gnome-keyring-3.[0-9]* |