diff options
author | fredb <fredb@pkgsrc.org> | 2002-03-13 17:36:35 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2002-03-13 17:36:35 +0000 |
commit | b48eba1112f54d5bd53419acb41234e880b1c4d8 (patch) | |
tree | dc32ede50f2b2eb416705689058f2df8cb72865f /mail/evolution/Makefile | |
parent | b83587c254a875614110a4d3bcfeafebc7536d9a (diff) | |
download | pkgsrc-b48eba1112f54d5bd53419acb41234e880b1c4d8.tar.gz |
Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
Diffstat (limited to 'mail/evolution/Makefile')
-rw-r--r-- | mail/evolution/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 3b95b4c5113..7e656148aee 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2001/12/03 07:58:47 tron Exp $ +# $NetBSD: Makefile,v 1.15 2002/03/13 17:37:22 fredb Exp $ DISTNAME= evolution-0.15 +PKGREVISION= 1 CATEGORIES= mail time gnome MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/evolution/} EXTRACT_SUFX= .tar.bz2 @@ -10,11 +11,11 @@ HOMEPAGE= http://www.ximian.com/products/ximian_evolution/ COMMENT= GNOME mailer, calendar, contact manager, and communications tool BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison -DEPENDS+= bonobo-conf>=0.11:../../devel/bonobo-conf +DEPENDS+= bonobo-conf>=0.14nb1:../../devel/bonobo-conf BUILD_USES_MSGFMT= YES -BUILDLINK_DEPENDS.gdk-pixbuf= gdk-pixbuf>=0.9.0 -BUILDLINK_DEPENDS.gdk-pixbuf-gnome= gdk-pixbuf-gnome>=0.9.0 +BUILDLINK_DEPENDS.gdk-pixbuf= gdk-pixbuf>=0.11.0nb1 +BUILDLINK_DEPENDS.gdk-pixbuf-gnome= gdk-pixbuf-gnome>=0.11.0nb1 # Using a wildcard here doesn't make sence because the version number of # "db3" is hardcoded in the "configure" script. BUILDLINK_DEPENDS.db3= db3-3.11.2 |