summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Laue <brad@gentoo.org>2004-02-19 05:58:08 +0000
committerBrad Laue <brad@gentoo.org>2004-02-19 05:58:08 +0000
commita6c39b5a8439583fc5955d1110dd8ee62ea9266d (patch)
tree4aebe446e2255c2d88d9d37454320b1f0f23b04a /net-mail
parentDisabled arts IUSE flag because it may cause segfault on startup. This closes... (diff)
downloadgentoo-2-a6c39b5a8439583fc5955d1110dd8ee62ea9266d.tar.gz
gentoo-2-a6c39b5a8439583fc5955d1110dd8ee62ea9266d.tar.bz2
gentoo-2-a6c39b5a8439583fc5955d1110dd8ee62ea9266d.zip
Add dependency on pkgconfig
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/mozilla-thunderbird/ChangeLog5
-rw-r--r--net-mail/mozilla-thunderbird/mozilla-thunderbird-0.5.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/net-mail/mozilla-thunderbird/ChangeLog b/net-mail/mozilla-thunderbird/ChangeLog
index 70292984d7bd..14a67b01d4de 100644
--- a/net-mail/mozilla-thunderbird/ChangeLog
+++ b/net-mail/mozilla-thunderbird/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/mozilla-thunderbird
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mozilla-thunderbird/ChangeLog,v 1.19 2004/02/15 16:12:33 brad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mozilla-thunderbird/ChangeLog,v 1.20 2004/02/19 05:56:55 brad Exp $
+
+ 19 Feb 2004; Brad Laue <brad@gentoo.org> mozilla-thunderbird-0.5.ebuild:
+ Add dependency on pkgconfig, as this is needed for GTK+2 building.
*mozilla-thunderbird-0.5 (15 Feb 2004)
diff --git a/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.5.ebuild b/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.5.ebuild
index 81ef43aab84f..734254aad2ad 100644
--- a/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.5.ebuild
+++ b/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.5.ebuild,v 1.1 2004/02/15 16:12:33 brad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.5.ebuild,v 1.2 2004/02/19 05:56:55 brad Exp $
inherit makeedit flag-o-matic gcc nsplugins
@@ -48,6 +48,7 @@ RDEPEND="virtual/x11
DEPEND="${RDEPEND}
virtual/glibc
+ dev-util/pkgconfig
dev-lang/perl"
# needed by src_compile() and src_install()