diff options
author | Brad Laue <brad@gentoo.org> | 2004-02-19 05:58:08 +0000 |
---|---|---|
committer | Brad Laue <brad@gentoo.org> | 2004-02-19 05:58:08 +0000 |
commit | 62b8b67657d07dda7efa6d156234412750154c32 (patch) | |
tree | 92b9ba91c13709e9c88206325358bfa7d0c2ca7a /net-www/mozilla-firefox | |
parent | Add dependency on pkgconfig (diff) | |
download | historical-62b8b67657d07dda7efa6d156234412750154c32.tar.gz historical-62b8b67657d07dda7efa6d156234412750154c32.tar.bz2 historical-62b8b67657d07dda7efa6d156234412750154c32.zip |
Add dependency on pkgconfig
Diffstat (limited to 'net-www/mozilla-firefox')
-rw-r--r-- | net-www/mozilla-firefox/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mozilla-firefox/Manifest | 4 | ||||
-rw-r--r-- | net-www/mozilla-firefox/mozilla-firefox-0.8.ebuild | 3 |
3 files changed, 8 insertions, 4 deletions
diff --git a/net-www/mozilla-firefox/ChangeLog b/net-www/mozilla-firefox/ChangeLog index a7eef17fc60e..21960ca18ec1 100644 --- a/net-www/mozilla-firefox/ChangeLog +++ b/net-www/mozilla-firefox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/mozilla-firebird # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox/ChangeLog,v 1.9 2004/02/15 16:32:49 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox/ChangeLog,v 1.10 2004/02/19 05:58:08 brad Exp $ + + 19 Feb 2004; Brad Laue <brad@gentoo.org> mozilla-firefox-0.8.ebuild: + Add dependency on pkgconfig, needed by GTK+2 build process. 15 Feb 2004; Brad Laue <brad@gentoo.org> files/firefox: Switch the default new browser type to window, as this matches better with diff --git a/net-www/mozilla-firefox/Manifest b/net-www/mozilla-firefox/Manifest index 03f5e9214e46..ad1c1426caa2 100644 --- a/net-www/mozilla-firefox/Manifest +++ b/net-www/mozilla-firefox/Manifest @@ -1,6 +1,6 @@ -MD5 a2940da63a0027f4ff2f2cade18d9edb ChangeLog 1672 +MD5 3ce60e4c63293bed00e3aa98c4bf2138 ChangeLog 1807 MD5 ce23390351fe8020387d93ee29e09a3d metadata.xml 160 -MD5 c04768860204da1a46c7527fccbfd45b mozilla-firefox-0.8.ebuild 7643 +MD5 e31fd6ef2d21ef889208ce77eb0ff64e mozilla-firefox-0.8.ebuild 7659 MD5 606e82226379fd5ae6cd1d0d1faff7ff files/10MozillaFirefox 31 MD5 507a3d1338e85acc8828cec7c91d22df files/digest-mozilla-firefox-0.8 73 MD5 23d1fbd03cc6dd346a4e4ce8f2d88ebf files/mozilla-1.3-alpha-stubs.patch 4646 diff --git a/net-www/mozilla-firefox/mozilla-firefox-0.8.ebuild b/net-www/mozilla-firefox/mozilla-firefox-0.8.ebuild index c24435722263..fb828fcfb79b 100644 --- a/net-www/mozilla-firefox/mozilla-firefox-0.8.ebuild +++ b/net-www/mozilla-firefox/mozilla-firefox-0.8.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-www/mozilla-firefox/mozilla-firefox-0.8.ebuild,v 1.7 2004/02/12 17:46:15 augustus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox/mozilla-firefox-0.8.ebuild,v 1.8 2004/02/19 05:58:08 brad Exp $ inherit makeedit flag-o-matic gcc nsplugins eutils @@ -34,6 +34,7 @@ RDEPEND="virtual/x11 DEPEND="${RDEPEND} virtual/glibc + dev-util/pkgconfig dev-lang/perl java? ( >=dev-java/java-config-0.2.0 )" |