diff options
author | tron <tron> | 2001-10-05 22:47:33 +0000 |
---|---|---|
committer | tron <tron> | 2001-10-05 22:47:33 +0000 |
commit | b2de9364e20fb814112799a0dc02c55d7e484480 (patch) | |
tree | a40552d5574e034b8b47df10e5a435eb35ae5f6e | |
parent | fa8e6bb9a1d21c7d583b724b1776ef436e3ac19f (diff) | |
download | pkgsrc-b2de9364e20fb814112799a0dc02c55d7e484480.tar.gz |
Use buildlink glue code for "bonobo" to fix build problem.
-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" |