diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-11-21 22:19:43 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-11-21 22:19:43 +0000 |
commit | 24110ad40ad2be4c92ccac69ba70012d3649d9e7 (patch) | |
tree | ab425e55407e32453f081a21af963e86fcb79129 /net-www/mozilla | |
parent | Fix for possible config generation problem (diff) | |
download | gentoo-2-24110ad40ad2be4c92ccac69ba70012d3649d9e7.tar.gz gentoo-2-24110ad40ad2be4c92ccac69ba70012d3649d9e7.tar.bz2 gentoo-2-24110ad40ad2be4c92ccac69ba70012d3649d9e7.zip |
fix DEPEND
Diffstat (limited to 'net-www/mozilla')
-rw-r--r-- | net-www/mozilla/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mozilla/mozilla-1.2_beta.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net-www/mozilla/ChangeLog b/net-www/mozilla/ChangeLog index 752d1c4a4d77..42afecfbe7a2 100644 --- a/net-www/mozilla/ChangeLog +++ b/net-www/mozilla/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/mozilla # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.50 2002/11/20 15:10:42 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.51 2002/11/21 22:19:43 azarah Exp $ + + 21 Nov 2002; Martin Schlemmer <azarah@gentoo.org> mozilla-1.2_beta.ebuild : + + Add pkgconfig to DEPEND, closing bug #11036. 20 Nov 2002; Martin Schlemmer <azarah@gentoo.org> *.ebuild : Change to new shared nsplugin scheme, bug #10056. Add strip-flags, diff --git a/net-www/mozilla/mozilla-1.2_beta.ebuild b/net-www/mozilla/mozilla-1.2_beta.ebuild index ca2b080d85d2..e3636e345340 100644 --- a/net-www/mozilla/mozilla-1.2_beta.ebuild +++ b/net-www/mozilla/mozilla-1.2_beta.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.2_beta.ebuild,v 1.5 2002/11/20 15:10:42 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.2_beta.ebuild,v 1.6 2002/11/21 22:19:43 azarah Exp $ IUSE="mozxmlterm moznomail java mozp3p crypt ipv6 gtk2 mozinterfaceinfo ssl ldap mozaccess mozctl gnome mozsvg" @@ -75,6 +75,7 @@ RDEPEND=">=x11-base/xfree-4.2.0-r11 DEPEND="${RDEPEND} virtual/x11 + dev-util/pkgconfig sys-devel/perl java? ( >=dev-java/java-config-0.2.0 )" |