diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution/Makefile | 12 | ||||
-rw-r--r-- | mail/evolution3/Makefile | 12 |
2 files changed, 8 insertions, 16 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 64b8add30..44ca07c54 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: evolution -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# +# Created by: Ade Lovett <ade@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/mail/evolution/Makefile,v 1.240 2012/04/27 02:54:37 mezz Exp $ -# +# $MCom: ports/mail/evolution/Makefile,v 1.241 2012/09/01 23:02:10 mezz Exp $ PORTNAME= evolution PORTVERSION= 2.32.1 @@ -25,9 +21,9 @@ CONFLICTS= evolution-3.[0-9]* USE_BZIP2= yes USE_GMAKE= yes -USE_BISON= build +USES= bison pathfix USE_GETTEXT= yes -USE_GNOME= gnomeprefix gnomehack intlhack evolutiondataserver gtkhtml3 \ +USE_GNOME= gnomeprefix intlhack evolutiondataserver gtkhtml3 \ desktopfileutils gnomedocutils ltasneededhack gnomedesktop USE_AUTOTOOLS= libtool USE_GSTREAMER= yes diff --git a/mail/evolution3/Makefile b/mail/evolution3/Makefile index 6ee0e4f3f..9568cf329 100644 --- a/mail/evolution3/Makefile +++ b/mail/evolution3/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: evolution -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# +# Created by: Ade Lovett <ade@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/mail/evolution3/Makefile,v 1.25 2012/06/18 10:55:33 kwm Exp $ -# +# $MCom: ports/mail/evolution3/Makefile,v 1.26 2012/08/16 19:53:44 kwm Exp $ PORTNAME= evolution PORTVERSION= 3.4.4 @@ -25,9 +21,9 @@ CONFLICTS= evolution-2.[0-9]* LATEST_LINK= evolution3 USE_XZ= yes USE_GMAKE= yes -USE_BISON= build +USES= bison pathfix USE_GETTEXT= yes -USE_GNOME= gnomeprefix gnomehack intlhack evolutiondataserver3 gtkhtml4 \ +USE_GNOME= gnomeprefix pathfix intlhack evolutiondataserver3 gtkhtml4 \ desktopfileutils gnomedocutils ltasneededhack gnomedesktop3 USE_AUTOTOOLS= libtool USE_GSTREAMER= yes |