diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2000-10-31 05:23:49 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2000-10-31 05:23:49 +0000 |
commit | da60829fa201872b166fa25102f3980ef949c0b4 (patch) | |
tree | 3dfe113fc8c67dfa72bcb9ac560ea6e3a774a086 /media-libs/gdk-pixbuf | |
parent | more fixes (diff) | |
download | gentoo-2-da60829fa201872b166fa25102f3980ef949c0b4.tar.gz gentoo-2-da60829fa201872b166fa25102f3980ef949c0b4.tar.bz2 gentoo-2-da60829fa201872b166fa25102f3980ef949c0b4.zip |
more portage updates
Diffstat (limited to 'media-libs/gdk-pixbuf')
-rw-r--r-- | media-libs/gdk-pixbuf/gdk-pixbuf-0.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/gdk-pixbuf/gdk-pixbuf-0.9.0.ebuild b/media-libs/gdk-pixbuf/gdk-pixbuf-0.9.0.ebuild index cdadd1a95b50..d9c1c3c3a948 100644 --- a/media-libs/gdk-pixbuf/gdk-pixbuf-0.9.0.ebuild +++ b/media-libs/gdk-pixbuf/gdk-pixbuf-0.9.0.ebuild @@ -1,13 +1,13 @@ # 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/media-libs/gdk-pixbuf/gdk-pixbuf-0.9.0.ebuild,v 1.3 2000/10/14 11:38:34 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gdk-pixbuf/gdk-pixbuf-0.9.0.ebuild,v 1.4 2000/10/31 05:23:49 drobbins Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="GNOME Image Library" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/"${A} - +DEPEND=">=media-libs/libpng-1.0.3 >=sys-libs/zlib-1.1.3 >=media-libs/jpeg-6b >=media-libs/tiff-3.5.5 >=x11-libs/gtk+-1.2.8 >=dev-libs/glib-1.2.8" src_compile() { cd ${S} |