diff options
-rw-r--r-- | mail/evolution/Makefile | 5 | ||||
-rw-r--r-- | mail/evolution3/Makefile | 7 |
2 files changed, 6 insertions, 6 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 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 |