From 6a76d0a09b5bc25db333222c7664c39fe046cdf9 Mon Sep 17 00:00:00 2001 From: Achim Gottinger Date: Sun, 3 Jun 2001 09:54:22 +0000 Subject: Dependencie fixes --- dev-libs/DirectFB/DirectFB-0.9.0.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'dev-libs/DirectFB/DirectFB-0.9.0.ebuild') diff --git a/dev-libs/DirectFB/DirectFB-0.9.0.ebuild b/dev-libs/DirectFB/DirectFB-0.9.0.ebuild index 3160c341a82b..fa620d309550 100644 --- a/dev-libs/DirectFB/DirectFB-0.9.0.ebuild +++ b/dev-libs/DirectFB/DirectFB-0.9.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 Your Name -# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-0.9.0.ebuild,v 1.3 2001/05/10 01:52:55 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-0.9.0.ebuild,v 1.4 2001/06/03 09:54:22 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,7 +9,10 @@ DESCRIPTION="DirectFB is a thin library on top of the Linux fb devices" SRC_URI="http://www.directfb.org/download/${A}" HOMEPAGE="http://www.directfb.org" -DEPEND="virtual/glibc >=media-libs/freetype-2.0.1 >=media-libs/jpeg-6 +DEPEND="virtual/glibc sys-devel/perl >=media-libs/freetype-2.0.1 >=media-libs/jpeg-6 + >=media-libs/libpng-1.0.10" + +RDEPEND="virtual/glibc >=media-libs/freetype-2.0.1 >=media-libs/jpeg-6 >=media-libs/libpng-1.0.10" src_compile() { -- cgit v1.2.3-65-gdbad