diff options
author | kwm <kwm@FreeBSD.org> | 2013-06-06 16:39:45 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-06-06 16:39:45 +0800 |
commit | 4ed7f806b394cdacd7764af6fe84a0451fa46b42 (patch) | |
tree | e1c834109b57fac5e6282d7be885fb71b038fdfb | |
parent | d7c34ee81dd5ab877b7721d902b5e5fa74e22a04 (diff) | |
download | freebsd-ports-graphics-4ed7f806b394cdacd7764af6fe84a0451fa46b42.tar.gz freebsd-ports-graphics-4ed7f806b394cdacd7764af6fe84a0451fa46b42.tar.zst freebsd-ports-graphics-4ed7f806b394cdacd7764af6fe84a0451fa46b42.zip |
Convert to USES=desktop-file-utils, bump portrevision because there wasn't any
@exec/@unexec update-desktop-database lines in the plist.
Obtained from: GNOME dev repo
-rw-r--r-- | mail/evolution/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 63e99cdee13..cd2f9c4c972 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -1,10 +1,10 @@ # Created by: Ade Lovett <ade@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/mail/evolution/Makefile,v 1.241 2012/09/01 23:02:10 mezz Exp $ +# $MCom: ports/trunk/mail/evolution/Makefile 17268 2013-04-01 05:13:11Z marcus $ PORTNAME= evolution PORTVERSION= 2.32.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -21,9 +21,9 @@ CONFLICTS= evolution-3.[0-9]* USE_BZIP2= yes USE_GMAKE= yes -USES= bison pathfix gettext +USES= bison desktop-file-utils gettext pathfix USE_GNOME= gnomeprefix intlhack evolutiondataserver gtkhtml3 \ - desktopfileutils gnomedocutils ltasneededhack gnomedesktop + gnomedocutils ltasneededhack gnomedesktop USE_AUTOTOOLS= libtool USE_GSTREAMER= yes INSTALLS_OMF= yes |