diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-27 05:23:07 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-27 05:23:07 +0800 |
commit | 65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9 (patch) | |
tree | 0648e0ce504a559632af430d3494fe2008d104aa /mail/evolution3 | |
parent | 613b43090f18ebf78cb6ffd8eac82a763a0ce226 (diff) | |
download | marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.gz marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.bz2 marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.lz marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.xz marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.zst marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.zip |
Massive port framework maintaince/update (long over due too)
Deal with recent USES changes, pet portlint here and there.
Sync with ports, more to come.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18393 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution3')
-rw-r--r-- | mail/evolution3/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/mail/evolution3/Makefile b/mail/evolution3/Makefile index 9be0829e1..d13e2f356 100644 --- a/mail/evolution3/Makefile +++ b/mail/evolution3/Makefile @@ -1,6 +1,6 @@ # Created by: Ade Lovett <ade@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/mail/evolution3/Makefile 17268 2013-04-01 05:13:11Z marcus $ PORTNAME= evolution PORTVERSION= 3.4.4 @@ -13,7 +13,7 @@ COMMENT= An integrated mail, calendar and address book distributed suite LIB_DEPENDS= nss3:${PORTSDIR}/security/nss \ goa-1.0:${PORTSDIR}/net/gnome-online-accounts \ - canberra-gtk3.0:${PORTSDIR}/audio/libcanberra-gtk3 \ + canberra-gtk3:${PORTSDIR}/audio/libcanberra-gtk3 \ notify:${PORTSDIR}/devel/libnotify CONFLICTS= evolution-2.[0-9]* @@ -21,10 +21,9 @@ CONFLICTS= evolution-2.[0-9]* LATEST_LINK= evolution3 USE_XZ= yes USE_GMAKE= yes -USES= bison pathfix -USE_GETTEXT= yes +USES= bison gettext pathfix desktop-file-utils USE_GNOME= gnomeprefix intlhack evolutiondataserver3 gtkhtml4 \ - desktopfileutils gnomedocutils ltasneededhack gnomedesktop3 + gnomedocutils ltasneededhack gnomedesktop3 USE_AUTOTOOLS= libtool USE_GSTREAMER= yes INSTALLS_OMF= yes |