diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-16 03:44:31 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-16 03:44:31 +0800 |
commit | 2177915470874715497845a35f2751e76b4ed81c (patch) | |
tree | 2717e40cc276ad37bc10cda57237e1e622d62370 /mail | |
parent | f6d22adb809f9b5a3d2eb70a7c228904744b572c (diff) | |
download | marcuscom-ports-2177915470874715497845a35f2751e76b4ed81c.tar marcuscom-ports-2177915470874715497845a35f2751e76b4ed81c.tar.gz marcuscom-ports-2177915470874715497845a35f2751e76b4ed81c.tar.bz2 marcuscom-ports-2177915470874715497845a35f2751e76b4ed81c.tar.lz marcuscom-ports-2177915470874715497845a35f2751e76b4ed81c.tar.xz marcuscom-ports-2177915470874715497845a35f2751e76b4ed81c.tar.zst marcuscom-ports-2177915470874715497845a35f2751e76b4ed81c.zip |
Add a missing dependency on gnomedesktop.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12636 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index bb47e87a1..c42413f53 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -3,12 +3,12 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/mail/evolution/Makefile,v 1.198 2009/07/27 21:31:52 kwm Exp $ +# $MCom: ports/mail/evolution/Makefile,v 1.199 2009/08/10 20:47:35 kwm Exp $ # PORTNAME= evolution PORTVERSION= 2.27.90 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -24,7 +24,8 @@ USE_GMAKE= yes USE_BISON= build USE_GETTEXT= yes USE_GNOME= gnomeprefix gnomehack intlhack evolutiondataserver gtkhtml3 \ - desktopfileutils gnomedocutils ltasneededhack + desktopfileutils gnomedocutils ltasneededhack gnomedesktop \ + libgnomeui USE_AUTOTOOLS= libtool:22 INSTALLS_OMF= yes INSTALLS_ICONS= yes |