diff options
author | tron <tron@pkgsrc.org> | 2003-10-21 11:28:10 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-10-21 11:28:10 +0000 |
commit | e8dad937484ea5aa131c124355354269eba80d19 (patch) | |
tree | 7d4b82004eb63de2bb4dd3a67c9265ea6925b166 /mail/evolution | |
parent | 050a8aa643c5a0f2e1c507c1f219dbc183bcf515 (diff) | |
download | pkgsrc-e8dad937484ea5aa131c124355354269eba80d19.tar.gz |
Accept package revisions of the "db3" package, too.
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 ba6ac1317f7..ba427940576 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2003/07/17 21:45:57 grant Exp $ +# $NetBSD: Makefile,v 1.41 2003/10/21 11:28:10 tron Exp $ DISTNAME= evolution-1.2.4 PKGREVISION= 3 @@ -27,7 +27,7 @@ BUILD_USES_MSGFMT= YES # Using a wildcard here doesn't make sense because the version number of # "db3" is hardcoded in the "configure" script and some source modules. -BUILDLINK_DEPENDS.db3= db3-3.11.2 +BUILDLINK_DEPENDS.db3= db3-3.11.2{,nb*} BUILDLINK_DEPENDS.libxml= libxml>=1.8.17 GNU_CONFIGURE= YES |