diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-11 03:53:00 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-11 03:53:00 +0800 |
commit | 3ec77a4651058e6e36300eba20a5cd2c3b74093e (patch) | |
tree | 9b0c90f7c31961c8bb42c3f06a3d5b3a2ae5905c /mail | |
parent | 168ba49691a2ce6e569fd4c585d109a68d1fdd7a (diff) | |
download | marcuscom-ports-3ec77a4651058e6e36300eba20a5cd2c3b74093e.tar marcuscom-ports-3ec77a4651058e6e36300eba20a5cd2c3b74093e.tar.gz marcuscom-ports-3ec77a4651058e6e36300eba20a5cd2c3b74093e.tar.bz2 marcuscom-ports-3ec77a4651058e6e36300eba20a5cd2c3b74093e.tar.lz marcuscom-ports-3ec77a4651058e6e36300eba20a5cd2c3b74093e.tar.xz marcuscom-ports-3ec77a4651058e6e36300eba20a5cd2c3b74093e.tar.zst marcuscom-ports-3ec77a4651058e6e36300eba20a5cd2c3b74093e.zip |
Add CONFLICTS with the each others.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15788 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution-exchange/Makefile | 4 | ||||
-rw-r--r-- | mail/evolution-exchange3/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index 071d74b65..7f2a7c4f2 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger, based off kiesel's ximian-exchange port # # $FreeBSD: ports/mail/evolution-exchange/Makefile,v 1.67 2011/02/25 01:31:48 delphij Exp $ -# $MCom: ports/mail/evolution-exchange/Makefile,v 1.166 2010/11/16 09:52:36 kwm Exp $ +# $MCom: ports/mail/evolution-exchange/Makefile,v 1.168 2011/03/07 13:35:38 kwm Exp $ # PORTNAME= evolution-exchange @@ -20,6 +20,8 @@ EVO_PC_FILE= ${LOCALBASE}/libdata/pkgconfig/evolution-mail.pc BUILD_DEPENDS= ${EVO_PC_FILE}:${PORTSDIR}/mail/evolution RUN_DEPENDS= ${EVO_PC_FILE}:${PORTSDIR}/mail/evolution +CONFLICTS= evolution-exchange-3.[0-9]* + USE_BZIP2= yes USE_GETTEXT= yes USE_AUTOTOOLS= libtool diff --git a/mail/evolution-exchange3/Makefile b/mail/evolution-exchange3/Makefile index 31aea209c..e7040478b 100644 --- a/mail/evolution-exchange3/Makefile +++ b/mail/evolution-exchange3/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger, based off kiesel's ximian-exchange port # # $FreeBSD$ -# $MCom: ports/mail/evolution-exchange3/Makefile,v 1.6 2011/03/22 09:43:13 kwm Exp $ +# $MCom: ports/mail/evolution-exchange3/Makefile,v 1.7 2011/04/05 09:02:40 kwm Exp $ # PORTNAME= evolution-exchange @@ -18,6 +18,8 @@ COMMENT= Evolution plugin to connect to Microsoft Exchange servers BUILD_DEPENDS= evolution>=2.91.0:${PORTSDIR}/mail/evolution3 RUN_DEPENDS= evolution>=2.91.0:${PORTSDIR}/mail/evolution3 +CONFLICTS= evolution-exchange-2.[0-9]* + USE_BZIP2= yes USE_GETTEXT= yes USE_AUTOTOOLS= libtool |