diff options
author | Ben Lutgens <blutgens@gentoo.org> | 2001-06-16 13:33:13 +0000 |
---|---|---|
committer | Ben Lutgens <blutgens@gentoo.org> | 2001-06-16 13:33:13 +0000 |
commit | 833abaa5d3d9fcd2d9d463f5b7fdebf954a7698d (patch) | |
tree | ef4d23e31a96eb9f6ac809dd65433708a4d1ea46 /net-www | |
parent | new rev of portage with a silly symlink fix; 1.5.1-r1 was installing the (diff) | |
download | historical-833abaa5d3d9fcd2d9d463f5b7fdebf954a7698d.tar.gz historical-833abaa5d3d9fcd2d9d463f5b7fdebf954a7698d.tar.bz2 historical-833abaa5d3d9fcd2d9d463f5b7fdebf954a7698d.zip |
galeon won't compile without ORBit-0.5.8
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/galeon/galeon-0.11.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-www/galeon/galeon-0.11.0.ebuild b/net-www/galeon/galeon-0.11.0.ebuild index cf336d266c47..592312dfe849 100644 --- a/net-www/galeon/galeon-0.11.0.ebuild +++ b/net-www/galeon/galeon-0.11.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/galeon/galeon-0.11.0.ebuild,v 1.2 2001/06/11 16:58:41 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/galeon/galeon-0.11.0.ebuild,v 1.3 2001/06/16 13:33:13 blutgens Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -12,6 +12,7 @@ HOMEPAGE="http://galeon.sourceforge.net" DEPEND=">=net-www/mozilla-0.9.1 >=gnome-apps/glade-0.6.2 >=gnome-base/gnome-core-1.4.0 + >=gnome-base/ORBit-0.5.8 >=dev-util/xml-i18n-tools-0.8.4 nls? ( sys-devel/gettext )" |