diff options
author | William McArthur <sandymac@gentoo.org> | 2002-04-23 20:40:04 +0000 |
---|---|---|
committer | William McArthur <sandymac@gentoo.org> | 2002-04-23 20:40:04 +0000 |
commit | 9f04f289bfd6f9de67fa1664bd0cc8efd93bfb65 (patch) | |
tree | 2a90a65771663e19c487390cedfc6fff6f155392 /x11-libs/evas | |
parent | new USE flag ggz - Adds support for the Gnu Gaming Zone <url: http://ggz.sou... (diff) | |
download | gentoo-2-9f04f289bfd6f9de67fa1664bd0cc8efd93bfb65.tar.gz gentoo-2-9f04f289bfd6f9de67fa1664bd0cc8efd93bfb65.tar.bz2 gentoo-2-9f04f289bfd6f9de67fa1664bd0cc8efd93bfb65.zip |
Corrected the DEPEND line. Changed freetype-2 to =media-libs/freetype-1* and
added media-libs/imlib2
Diffstat (limited to 'x11-libs/evas')
-rw-r--r-- | x11-libs/evas/evas-0.6.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-libs/evas/evas-0.6.0.ebuild b/x11-libs/evas/evas-0.6.0.ebuild index e4583f5ef771..bdc6cc36ab6c 100644 --- a/x11-libs/evas/evas-0.6.0.ebuild +++ b/x11-libs/evas/evas-0.6.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Leigh Dyer <lsd@linuxgamers.net> -# $Header: /var/cvsroot/gentoo-x86/x11-libs/evas/evas-0.6.0.ebuild,v 1.1 2002/04/20 08:21:04 sandymac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/evas/evas-0.6.0.ebuild,v 1.2 2002/04/23 20:40:04 sandymac Exp $ S=${WORKDIR}/${P} DESCRIPTION="OpenGL-accelerated canvas library from the enlightenment project" @@ -9,7 +9,8 @@ SRC_URI="http://prdownloads.sourceforge.net/enlightenment/${P}.tar.bz2" HOMEPAGE="http://www.enlightenment.org" DEPEND="x11-base/xfree - >=media-libs/freetype-2.0 + =media-libs/freetype-1* + media-libs/imlib2 opengl? ( virtual/opengl )" src_compile() { |