diff options
author | jmmv <jmmv> | 2004-02-16 15:06:19 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-02-16 15:06:19 +0000 |
commit | e09f9b91dff4c86e03500a1a7b699051639628dc (patch) | |
tree | 602e5f8b9a4431c3d3e099d561e9515bac3f8ce2 /mail | |
parent | 953334e9b9ca20ebc8d8b0cd24624c7879c714f6 (diff) | |
download | pkgsrc-e09f9b91dff4c86e03500a1a7b699051639628dc.tar.gz |
Depend on at least gnome-dirs 1.4 to handle the share/images shared directory.
Bump PKGREVISION.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution12/Makefile | 6 | ||||
-rw-r--r-- | mail/evolution12/PLIST | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/mail/evolution12/Makefile b/mail/evolution12/Makefile index e2188b9d510..ef9f67b0342 100644 --- a/mail/evolution12/Makefile +++ b/mail/evolution12/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2004/02/14 17:21:44 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2004/02/16 15:06:19 jmmv Exp $ DISTNAME= evolution-1.2.4 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= mail time gnome MASTER_SITES= ftp://ftp.ximian.com/pub/ximian-evolution/source/ \ ftp://ximian.netnitco.net/pub/mirrors/ximian/ximian-evolution/source/ \ @@ -21,7 +21,7 @@ HOMEPAGE= http://ximian.com/products/evolution/ COMMENT= GNOME mailer, calendar, contact manager, and communications tool BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison -DEPENDS+= gnome1-dirs>=1.2:../../misc/gnome1-dirs +DEPENDS+= gnome1-dirs>=1.4:../../misc/gnome1-dirs DEPENDS+= psmisc-[0-9]*:../../sysutils/psmisc BUILD_USES_MSGFMT= YES diff --git a/mail/evolution12/PLIST b/mail/evolution12/PLIST index 23a1d4d7174..0e32805b4d3 100644 --- a/mail/evolution12/PLIST +++ b/mail/evolution12/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/04 21:39:51 rh Exp $ +@comment $NetBSD: PLIST,v 1.2 2004/02/16 15:06:19 jmmv Exp $ bin/csv2vcard bin/evolution bin/evolution-addressbook @@ -1458,6 +1458,7 @@ share/pixmaps/evolution.png @dirrm share/images/evolution/conduits @dirrm share/images/evolution/buttons @dirrm share/images/evolution +@comment in gnome-dirs: @dirrm share/images @dirrm share/gnome/html/evolution-devel-guide @exec ${MKDIR} %D/share/gnome/html/evolution-cal-util @dirrm share/gnome/html/evolution-cal-util |