diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-03-08 19:40:36 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-03-08 19:40:36 +0000 |
commit | 0eea41ffb889b6d88dc6c53d485efeb703b452fd (patch) | |
tree | 31ed0dbd30601179a2bbef617a33214b104e418a /mail/evolution | |
parent | 0abc4adafe3476950763948379df9245f53b84fc (diff) | |
download | pkgsrc-0eea41ffb889b6d88dc6c53d485efeb703b452fd.tar.gz |
Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
Diffstat (limited to 'mail/evolution')
-rw-r--r-- | mail/evolution/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index dbbcf22c1a3..bfc0dbfa942 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.55 2004/03/07 12:09:21 jmmv Exp $ +# $NetBSD: Makefile,v 1.56 2004/03/08 19:40:40 jmmv Exp $ DISTNAME= evolution-1.4.5 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= mail time gnome MASTER_SITES= ftp://ftp.ximian.com/pub/source/evolution/ \ ${MASTER_SITE_GNOME:=sources/evolution/1.4/} @@ -12,7 +12,7 @@ HOMEPAGE= http://ximian.com/products/evolution/ COMMENT= GNOME mailer, calendar, contact manager, and communications tool BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison -DEPENDS+= gnome2-dirs>=1.2:../../misc/gnome2-dirs +DEPENDS+= gnome2-dirs>=1.5:../../misc/gnome2-dirs DEPENDS+= psmisc-[0-9]*:../../sysutils/psmisc BUILD_USES_MSGFMT= YES |