diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-26 03:40:17 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-26 03:40:17 +0800 |
commit | 94f691e0a61e6fe121cb8e70f2c0f31a5f698465 (patch) | |
tree | c95552fce08d9217aa1b5eff89d98d8618303c83 /net/vinagre3/Makefile | |
parent | a5370342c4c81ce65358e6b591fd3170573aaf67 (diff) | |
download | marcuscom-ports-94f691e0a61e6fe121cb8e70f2c0f31a5f698465.tar marcuscom-ports-94f691e0a61e6fe121cb8e70f2c0f31a5f698465.tar.gz marcuscom-ports-94f691e0a61e6fe121cb8e70f2c0f31a5f698465.tar.bz2 marcuscom-ports-94f691e0a61e6fe121cb8e70f2c0f31a5f698465.tar.lz marcuscom-ports-94f691e0a61e6fe121cb8e70f2c0f31a5f698465.tar.xz marcuscom-ports-94f691e0a61e6fe121cb8e70f2c0f31a5f698465.tar.zst marcuscom-ports-94f691e0a61e6fe121cb8e70f2c0f31a5f698465.zip |
Add CONFLICTS with the each others.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15871 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/vinagre3/Makefile')
-rw-r--r-- | net/vinagre3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/vinagre3/Makefile b/net/vinagre3/Makefile index eb624a72c..b185e88b5 100644 --- a/net/vinagre3/Makefile +++ b/net/vinagre3/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net/vinagre3/Makefile,v 1.3 2011/04/08 23:02:14 mezz Exp $ +# $MCom: ports/net/vinagre3/Makefile,v 1.4 2011/04/15 16:24:18 kwm Exp $ # PORTNAME= vinagre @@ -22,6 +22,8 @@ LIB_DEPENDS= gtk-vnc-2.0.0:${PORTSDIR}/net/gtk-vnc3 \ avahi-ui-gtk3.0:${PORTSDIR}/net/avahi-gtk3 \ gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring +CONFLICTS= vinagre-2.[0-9]* + USE_BZIP2= yes USE_GETTEXT= yes USE_GNOME= gnomeprefix intlhack gnomehack gtk30 libxml2 vte3 |