diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-12 23:31:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-12 23:31:01 +0000 |
commit | 849dc33906c8dcd7f824ba32babaea0f5c67e57c (patch) | |
tree | 4b9e6c1a00135fea9ace45bfd05a21770a6083c4 /media-libs/imlib2/imlib2-1.1.0.ebuild | |
parent | new user-contributed ebuild for documenting makefiles (diff) | |
download | gentoo-2-849dc33906c8dcd7f824ba32babaea0f5c67e57c.tar.gz gentoo-2-849dc33906c8dcd7f824ba32babaea0f5c67e57c.tar.bz2 gentoo-2-849dc33906c8dcd7f824ba32babaea0f5c67e57c.zip |
fix DEPEND #37066
Diffstat (limited to 'media-libs/imlib2/imlib2-1.1.0.ebuild')
-rw-r--r-- | media-libs/imlib2/imlib2-1.1.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-libs/imlib2/imlib2-1.1.0.ebuild b/media-libs/imlib2/imlib2-1.1.0.ebuild index 77030246cc28..c833e3c87993 100644 --- a/media-libs/imlib2/imlib2-1.1.0.ebuild +++ b/media-libs/imlib2/imlib2-1.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.1.0.ebuild,v 1.3 2003/11/08 19:07:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.1.0.ebuild,v 1.4 2004/01/12 23:31:01 vapier Exp $ inherit enlightenment flag-o-matic gcc @@ -13,8 +13,7 @@ SLOT="0" KEYWORDS="x86 ppc ~alpha ~mips ~arm hppa ~sparc ~amd64" IUSE="${IUSE} mmx gif png jpeg tiff static X" -DEPEND="${DEPEND} - =media-libs/freetype-2* +DEPEND="=media-libs/freetype-2* gif? ( media-libs/libungif >=media-libs/giflib-4.1.0 ) png? ( >=media-libs/libpng-1.2.1 ) |