diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-10 05:46:58 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-10 05:46:58 +0800 |
commit | 49d197c6b71b2712f18a3f6df4949040f1aeb7f3 (patch) | |
tree | a8996b874cbe502924c5943690d88f66b27ce6e5 /mail/evolution/Makefile | |
parent | 30667769b7931c0ecaed2d12ad2f5fa8d21c8421 (diff) | |
download | marcuscom-ports-49d197c6b71b2712f18a3f6df4949040f1aeb7f3.tar marcuscom-ports-49d197c6b71b2712f18a3f6df4949040f1aeb7f3.tar.gz marcuscom-ports-49d197c6b71b2712f18a3f6df4949040f1aeb7f3.tar.bz2 marcuscom-ports-49d197c6b71b2712f18a3f6df4949040f1aeb7f3.tar.lz marcuscom-ports-49d197c6b71b2712f18a3f6df4949040f1aeb7f3.tar.xz marcuscom-ports-49d197c6b71b2712f18a3f6df4949040f1aeb7f3.tar.zst marcuscom-ports-49d197c6b71b2712f18a3f6df4949040f1aeb7f3.zip |
-Add CONFLICTS with the each others.
-Remove GNOME_DESKTOP_VERSION, because it is only for component in bsd.gnome.mk
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15782 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution/Makefile')
-rw-r--r-- | mail/evolution/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 8e93c80ff..fc3910ed9 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD: ports/mail/evolution/Makefile,v 1.188 2011/02/25 01:31:48 delphij Exp $ -# $MCom: ports/mail/evolution/Makefile,v 1.234 2011/03/07 09:05:10 kwm Exp $ +# $MCom: ports/mail/evolution/Makefile,v 1.235 2011/03/07 17:30:47 kwm Exp $ # PORTNAME= evolution @@ -21,13 +21,14 @@ LIB_DEPENDS= nss3.1:${PORTSDIR}/security/nss \ gtkimageview.0:${PORTSDIR}/x11-toolkits/gtkimageview RUN_DEPENDS= ${LOCALBASE}/lib/gnome-spell/libgnome-spell-component-0.3.so:${PORTSDIR}/textproc/gnome-spell +CONFLICTS= evolution-3.[0-9]* + USE_BZIP2= yes USE_GMAKE= yes USE_BISON= build USE_GETTEXT= yes USE_GNOME= gnomeprefix gnomehack intlhack evolutiondataserver gtkhtml3 \ desktopfileutils gnomedocutils ltasneededhack gnomedesktop -GNOME_DESKTOP_VERSION=2 USE_AUTOTOOLS= libtool USE_GSTREAMER= yes INSTALLS_OMF= yes |