diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-04 00:16:12 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-04 00:16:12 +0000 |
commit | 9ea505d44e317141bbe1c635ed016c316ea75db7 (patch) | |
tree | 60e1fbb37be62abbc9144477c188c3bbd0d78813 /net-analyzer/rrdtool | |
parent | Now finds it's help and configuration files correctly (diff) | |
download | gentoo-2-9ea505d44e317141bbe1c635ed016c316ea75db7.tar.gz gentoo-2-9ea505d44e317141bbe1c635ed016c316ea75db7.tar.bz2 gentoo-2-9ea505d44e317141bbe1c635ed016c316ea75db7.zip |
dependencie fixes and updates
Diffstat (limited to 'net-analyzer/rrdtool')
-rw-r--r-- | net-analyzer/rrdtool/rrdtool-1.0.28.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/net-analyzer/rrdtool/rrdtool-1.0.28.ebuild b/net-analyzer/rrdtool/rrdtool-1.0.28.ebuild index f655885e8022..f82bc5c81901 100644 --- a/net-analyzer/rrdtool/rrdtool-1.0.28.ebuild +++ b/net-analyzer/rrdtool/rrdtool-1.0.28.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 Jerry Alexandratos <jerry@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.0.28.ebuild,v 1.2 2000/12/08 12:09:38 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.0.28.ebuild,v 1.3 2001/06/04 00:16:12 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,11 +9,10 @@ DESCRIPTION="A system to store and display time-series data" SRC_URI="http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/pub/${A}" HOMEPAGE="http://ee-staff.ethz.ca/~oetiker/webtools/rrdtool/" -DEPEND=">=sys-devel/perl-5.6.0 - >=sys-libs/glibc-2.1.3 - >=sys-libs/zlib-1.1.3 - >=media-libs/libgd-1.8.3 - >=media-libs/libpng-1.0.7" +DEPEND="virtual/glibc sys-devel/perl + >=media-libs/libgd-1.8.3" + +RDEPEND="virtual/glibc sys-devel/perl" src_compile() { cd ${S} |