diff options
author | tron <tron> | 2001-10-24 11:51:54 +0000 |
---|---|---|
committer | tron <tron> | 2001-10-24 11:51:54 +0000 |
commit | dd2364fc4d8b25695e201abb4f2c5ed00ae47fe6 (patch) | |
tree | d49b461743498238bdff9c29528410094ddd35bf /mail | |
parent | 372f4296a44f2bd4d152f92374f1dccc549f2821 (diff) | |
download | pkgsrc-dd2364fc4d8b25695e201abb4f2c5ed00ae47fe6.tar.gz |
Use wildcard dependence for "db3" package.
Diffstat (limited to 'mail')
-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 d578602c283..da65b90824b 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/10/06 14:44:01 rh Exp $ +# $NetBSD: Makefile,v 1.11 2001/10/24 11:51:54 tron Exp $ DISTNAME= evolution-0.15 CATEGORIES= mail time gnome @@ -15,7 +15,7 @@ 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.db3= db3-2.9 +BUILDLINK_DEPENDS.db3= db3>=2.9 GNU_CONFIGURE= YES USE_GMAKE= YES |