diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-10 00:41:20 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-10 00:41:20 +0800 |
commit | 8faf16c24d6274c761fc8a3a6158a60134d9a7e6 (patch) | |
tree | 669078ae952f86d3d6072514ef98ad86fe3ae23f /security/gnome-keyring | |
parent | e95feb545c6fb3ef80774f9eea0008fbc387bc04 (diff) | |
download | marcuscom-ports-8faf16c24d6274c761fc8a3a6158a60134d9a7e6.tar marcuscom-ports-8faf16c24d6274c761fc8a3a6158a60134d9a7e6.tar.gz marcuscom-ports-8faf16c24d6274c761fc8a3a6158a60134d9a7e6.tar.bz2 marcuscom-ports-8faf16c24d6274c761fc8a3a6158a60134d9a7e6.tar.lz marcuscom-ports-8faf16c24d6274c761fc8a3a6158a60134d9a7e6.tar.xz marcuscom-ports-8faf16c24d6274c761fc8a3a6158a60134d9a7e6.tar.zst marcuscom-ports-8faf16c24d6274c761fc8a3a6158a60134d9a7e6.zip |
Add CONFLICTS with the each others.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15775 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/gnome-keyring')
-rw-r--r-- | security/gnome-keyring/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile index 442853090..e16b37c0c 100644 --- a/security/gnome-keyring/Makefile +++ b/security/gnome-keyring/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/security/gnome-keyring/Makefile,v 1.98 2010/10/26 08:18:44 kwm Exp $ +# $MCom: ports/security/gnome-keyring/Makefile,v 1.100 2011/01/18 10:23:19 kwm Exp $ # PORTNAME= gnome-keyring @@ -19,6 +19,8 @@ COMMENT= A program that keeps passwords and other secrets LIB_DEPENDS= 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]* + USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix gtk20 ltverhack intlhack USE_GMAKE= yes |