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/evolution3 | |
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/evolution3')
-rw-r--r-- | mail/evolution3/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/evolution3/Makefile b/mail/evolution3/Makefile index 8ffef1b07..36e494ec0 100644 --- a/mail/evolution3/Makefile +++ b/mail/evolution3/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/mail/evolution3/Makefile,v 1.11 2011/03/21 21:53:11 kwm Exp $ +# $MCom: ports/mail/evolution3/Makefile,v 1.12 2011/04/04 11:48:11 kwm Exp $ # PORTNAME= evolution @@ -18,8 +18,8 @@ COMMENT= An integrated mail, calendar and address book distributed suite LIB_DEPENDS= nss3.1:${PORTSDIR}/security/nss \ unique-3.0.0:${PORTSDIR}/x11-toolkits/libunique3 \ notify.4:${PORTSDIR}/devel/libnotify -# gtkimageview.0:${PORTSDIR}/x11-toolkits/gtkimageview -#RUN_DEPENDS= ${LOCALBASE}/lib/gnome-spell/libgnome-spell-component-0.3.so:${PORTSDIR}/textproc/gnome-spell + +CONFLICTS= evolution-2.[0-9]* LATEST_LINK= evolution3 USE_BZIP2= yes @@ -28,7 +28,6 @@ USE_BISON= build USE_GETTEXT= yes USE_GNOME= gnomeprefix gnomehack intlhack evolutiondataserver3 gtkhtml4 \ desktopfileutils gnomedocutils ltasneededhack gnomedesktop3 -# gnomedesktop USE_AUTOTOOLS= libtool USE_GSTREAMER= yes INSTALLS_OMF= yes |