diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-04-17 10:42:53 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-04-17 10:42:53 +0000 |
commit | e2f3bc9e38d84d61429aa719fbf9f69a265e9b78 (patch) | |
tree | 1eefbfb5f17e523dc989e66332a6b0fc1c436f47 /mail/evolution | |
parent | 10b530e8527207f45425d37f9378c428b288395a (diff) | |
download | pkgsrc-e2f3bc9e38d84d61429aa719fbf9f69a265e9b78.tar.gz |
Require libglade2 >= 2.3.6nb1 to get the dlopen(NULL, 0) workaround.
This fixes the Settings dialog, where many widgets failed to appear before.
Bump PKGREVISION to 9.
Diffstat (limited to 'mail/evolution')
-rw-r--r-- | mail/evolution/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index c48774b9d31..0e14d1b6d8a 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.59 2004/04/15 09:33:30 jmmv Exp $ +# $NetBSD: Makefile,v 1.60 2004/04/17 10:42:53 jmmv Exp $ DISTNAME= evolution-1.4.5 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= mail time gnome MASTER_SITES= ftp://ftp.ximian.com/pub/source/evolution/ \ ${MASTER_SITE_GNOME:=sources/evolution/1.4/} @@ -15,6 +15,8 @@ BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison DEPENDS+= psmisc-[0-9]*:../../sysutils/psmisc BUILD_USES_MSGFMT= YES +BUILDLINK_DEPENDS.libglade2+= libglade2>=2.3.6nb1 + # Using a wildcard here doesn't make sense because the version number of # "db3" is hardcoded in the "configure" script and some source modules # to make sure locally stored mails remain in the same format! |