diff options
author | tron <tron> | 2001-12-03 06:28:13 +0000 |
---|---|---|
committer | tron <tron> | 2001-12-03 06:28:13 +0000 |
commit | 70ddf1124b35966c098afb44969eaad5afce41a8 (patch) | |
tree | 1b66fdc2df4e735be8af1e34bfe99921cefb48e5 /mail/evolution | |
parent | 9648d78b244d06fc46b7cb3a9a54c776695e6d8c (diff) | |
download | pkgsrc-70ddf1124b35966c098afb44969eaad5afce41a8.tar.gz |
Correct "db3" version number in dependence.
Diffstat (limited to 'mail/evolution')
-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 acd4a103010..7f53f4e2e4f 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/12/03 06:27:10 tron Exp $ +# $NetBSD: Makefile,v 1.13 2001/12/03 06:28:13 tron Exp $ DISTNAME= evolution-0.15 CATEGORIES= mail time gnome @@ -17,7 +17,7 @@ BUILDLINK_DEPENDS.gdk-pixbuf= gdk-pixbuf>=0.9.0 BUILDLINK_DEPENDS.gdk-pixbuf-gnome= gdk-pixbuf-gnome>=0.9.0 # Using a wildcard here doesn't make sence because the version number of # "db3" is hardcoded in the "configure" script. -BUILDLINK_DEPENDS.db3= db3-2.11 +BUILDLINK_DEPENDS.db3= db3-3.2.11 GNU_CONFIGURE= YES USE_GMAKE= YES |