summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-11-03 02:47:13 +0000
committerAchim Gottinger <achim@gentoo.org>2000-11-03 02:47:13 +0000
commita6a04521115b1008b6284507f47961a9db298d3a (patch)
tree25804f886e8aa98aa4578a27015185f2a2d06363 /gnome-base/libgtop
parent*** empty log message *** (diff)
downloadgentoo-2-a6a04521115b1008b6284507f47961a9db298d3a.tar.gz
gentoo-2-a6a04521115b1008b6284507f47961a9db298d3a.tar.bz2
gentoo-2-a6a04521115b1008b6284507f47961a9db298d3a.zip
Added dependencies
Diffstat (limited to 'gnome-base/libgtop')
-rw-r--r--gnome-base/libgtop/libgtop-1.0.9.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/gnome-base/libgtop/libgtop-1.0.9.ebuild b/gnome-base/libgtop/libgtop-1.0.9.ebuild
index d53a2db1e873..ab367f97e421 100644
--- a/gnome-base/libgtop/libgtop-1.0.9.ebuild
+++ b/gnome-base/libgtop/libgtop-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-base/libgtop/libgtop-1.0.9.ebuild,v 1.4 2000/10/14 11:38:35 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgtop/libgtop-1.0.9.ebuild,v 1.5 2000/11/03 02:47:13 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -9,6 +9,11 @@ DESCRIPTION="libgtop"
SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/"${A}
HOMEPAGE="http://www.gnome.org/"
+DEPEND=">=sys-libs/glibc-2.1.3
+ >=sys-libs/gpm-1.19.3
+ >=sys-libs/ncurses-5.1
+ >=gnome-base/gnome-libs-1.2.4"
+
src_compile() {
cd ${S}
LDFLAGS="-lncurses" try ./configure --host=${CHOST} --prefix=/opt/gnome \