diff options
author | tron <tron@pkgsrc.org> | 2001-10-05 22:47:33 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-10-05 22:47:33 +0000 |
commit | c746ba82f0abcc5caf1dcdce79c400220c85504b (patch) | |
tree | a40552d5574e034b8b47df10e5a435eb35ae5f6e /mail | |
parent | 5977f16b960374ededd03fd52e8ccc4e6378da65 (diff) | |
download | pkgsrc-c746ba82f0abcc5caf1dcdce79c400220c85504b.tar.gz |
Use buildlink glue code for "bonobo" to fix build problem.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index fb938ca6cc3..226d6d04589 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/09/29 17:43:55 rh Exp $ +# $NetBSD: Makefile,v 1.9 2001/10/05 22:47:33 tron Exp $ DISTNAME= evolution-0.14 CATEGORIES= mail time gnome @@ -44,4 +44,5 @@ pre-configure: .include "../../security/openssl/buildlink.mk" .include "../../databases/db3/buildlink.mk" +.include "../../devel/bonobo/buildlink.mk" .include "../../mk/bsd.pkg.mk" |