diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-11-04 16:14:54 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-11-04 16:14:54 +0000 |
commit | 0e5848291c1df6da4f1dc5862eae9e7f53d280e7 (patch) | |
tree | 2263339d912d031538db376eb00db6abe661a945 /gnome-extra/gtop | |
parent | lil fix (diff) | |
download | historical-0e5848291c1df6da4f1dc5862eae9e7f53d280e7.tar.gz historical-0e5848291c1df6da4f1dc5862eae9e7f53d280e7.tar.bz2 historical-0e5848291c1df6da4f1dc5862eae9e7f53d280e7.zip |
Added dependencies
Diffstat (limited to 'gnome-extra/gtop')
-rw-r--r-- | gnome-extra/gtop/gtop-1.0.9.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnome-extra/gtop/gtop-1.0.9.ebuild b/gnome-extra/gtop/gtop-1.0.9.ebuild index b3fcaf37f28f..e5abd97cb4f1 100644 --- a/gnome-extra/gtop/gtop-1.0.9.ebuild +++ b/gnome-extra/gtop/gtop-1.0.9.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/gnome-extra/gtop/gtop-1.0.9.ebuild,v 1.4 2000/10/14 11:32:54 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtop/gtop-1.0.9.ebuild,v 1.5 2000/11/04 16:14:54 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,6 +9,8 @@ DESCRIPTION="gtop" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}" HOMEPGAE="http://www.gnome.org/" +DEPEND=">=gnome-base/libgtop-1.0.9" + src_compile() { cd ${S} try ./configure --host=${CHOST} --prefix=/opt/gnome \ |