diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-04-17 10:58:49 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-04-17 10:58:49 +0000 |
commit | bb35740c2c1f2d9b473ad22575db27032e43bfac (patch) | |
tree | e71612dcf43817a5571c40e0939c6e6607cc6a89 | |
parent | e8f1fc82562d76b476077084c66f6119f59f8a4b (diff) | |
download | pkgsrc-bb35740c2c1f2d9b473ad22575db27032e43bfac.tar.gz |
Revert previous, and instead require glib2 >= 2.4.0nb2. The reason is that
the fix is really in glib2, not libglade2 (which hasn't changed at all).
libglade2's revision was bumped to pick up glib2 too, but this has nothing
to do with fixing evolution, so bumping the required glib2 version is more
realistic.
-rw-r--r-- | mail/evolution/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 0e14d1b6d8a..9811ae27244 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2004/04/17 10:42:53 jmmv Exp $ +# $NetBSD: Makefile,v 1.61 2004/04/17 10:58:49 jmmv Exp $ DISTNAME= evolution-1.4.5 PKGREVISION= 9 @@ -15,7 +15,7 @@ BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison DEPENDS+= psmisc-[0-9]*:../../sysutils/psmisc BUILD_USES_MSGFMT= YES -BUILDLINK_DEPENDS.libglade2+= libglade2>=2.3.6nb1 +BUILDLINK_DEPENDS.glib2+= glib2>=2.4.0nb2 # Using a wildcard here doesn't make sense because the version number of # "db3" is hardcoded in the "configure" script and some source modules |