diff options
author | obache <obache@pkgsrc.org> | 2010-11-19 00:54:39 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-11-19 00:54:39 +0000 |
commit | 77b04d916ecbf5e87fc8291f781a1c29563ce408 (patch) | |
tree | 47580ddd9625fce240a22a897fc57977698f13c6 | |
parent | 76af4e74aabd28ec254fde5a0a187800c40af138 (diff) | |
download | pkgsrc-77b04d916ecbf5e87fc8291f781a1c29563ce408.tar.gz |
Add some missing files to PKGCONFIG_OVERRIDE.
-rw-r--r-- | mail/evolution/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index c8c87193404..0d0ae1cd93b 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.167 2010/11/18 23:59:16 obache Exp $ +# $NetBSD: Makefile,v 1.168 2010/11/19 00:54:39 obache Exp $ DISTNAME= evolution-2.30.3 PKGREVISION= 3 @@ -35,7 +35,9 @@ CONFIGURE_ARGS+= --disable-audio-inline CONFIGURE_ARGS+= --disable-image-inline CONFIGURE_ARGS+= --disable-pst-import -PKGCONFIG_OVERRIDE= evolution-plugin.pc.in +PKGCONFIG_OVERRIDE= evolution-calendar.pc.in +PKGCONFIG_OVERRIDE+= evolution-mail.pc.in +PKGCONFIG_OVERRIDE+= evolution-plugin.pc.in PKGCONFIG_OVERRIDE+= evolution-shell.pc.in GCONF_SCHEMAS+= apps-evolution-attachment-reminder.schemas |