diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-11 13:07:05 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-11 13:07:05 +0000 |
commit | 590b1f400baf3f3865d5667109b408281998bb7b (patch) | |
tree | 5e3e40ca2436a0484708a60f5373288ad1900315 /dev-util/glade | |
parent | Fixed an ugly manpage installation bug (diff) | |
download | historical-590b1f400baf3f3865d5667109b408281998bb7b.tar.gz historical-590b1f400baf3f3865d5667109b408281998bb7b.tar.bz2 historical-590b1f400baf3f3865d5667109b408281998bb7b.zip |
Fixed dep
Diffstat (limited to 'dev-util/glade')
-rw-r--r-- | dev-util/glade/glade-0.6.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-util/glade/glade-0.6.2.ebuild b/dev-util/glade/glade-0.6.2.ebuild index deb6f9bc06c5..3070889cc8b3 100644 --- a/dev-util/glade/glade-0.6.2.ebuild +++ b/dev-util/glade/glade-0.6.2.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/dev-util/glade/glade-0.6.2.ebuild,v 1.1 2001/05/05 15:55:56 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-0.6.2.ebuild,v 1.2 2001/05/11 13:07:05 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,7 +11,8 @@ HOMEPAGE="http://www.gnome.org/" DEPEND=">=x11-libs/gtk+-1.2.8 gnome? ( >=gnome-base/gnome-libs-1.2.8 - >=gnome-office/gnome-db-0.2.0 )" + >=gnome-office/gnome-db-0.2.0 + >=gnome-base/scrollkeeper-0.2 )" src_compile() { cd ${S} |