diff options
author | agc <agc@pkgsrc.org> | 2002-08-13 08:55:04 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-08-13 08:55:04 +0000 |
commit | 124e3d3051d34ea58a0baa495697514fd4af8968 (patch) | |
tree | 16ce2733cd2610f02e55da5b35c57b1b964a7f12 /mail/evolution | |
parent | f216abd5d3b6d3d51e3e30c86228851394f91516 (diff) | |
download | pkgsrc-124e3d3051d34ea58a0baa495697514fd4af8968.tar.gz |
evolution requires a version of gal >= 0.19.2, so set the buildlink
dependency version accordingly.
Diffstat (limited to 'mail/evolution')
-rw-r--r-- | mail/evolution/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 4f5e951cfee..e6be8dff9b3 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2002/07/15 18:05:49 mycroft Exp $ +# $NetBSD: Makefile,v 1.21 2002/08/13 08:55:04 agc Exp $ DISTNAME= evolution-1.0.8 CATEGORIES= mail time gnome @@ -19,6 +19,7 @@ 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 +BUILDLINK_DEPENDS.gal= gal>=0.19.2 GNU_CONFIGURE= YES USE_GMAKE= YES |