diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2006-01-16 14:48:08 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2006-01-16 14:48:08 +0000 |
commit | 74a914bd3d4fc96f2652df0f1b5d2e4f2336d13e (patch) | |
tree | ba0a914ea5c8ebcc8fda3763b1bb694cac4661e2 /media-gfx/gifsicle/gifsicle-1.44.ebuild | |
parent | Bug 103072, thanks to damon for pointing out we still needed a varient of thi... (diff) | |
download | gentoo-2-74a914bd3d4fc96f2652df0f1b5d2e4f2336d13e.tar.gz gentoo-2-74a914bd3d4fc96f2652df0f1b5d2e4f2336d13e.tar.bz2 gentoo-2-74a914bd3d4fc96f2652df0f1b5d2e4f2336d13e.zip |
1.44 ready for modular X. Fixes bug 116807.
(Portage version: 2.0.54)
Diffstat (limited to 'media-gfx/gifsicle/gifsicle-1.44.ebuild')
-rw-r--r-- | media-gfx/gifsicle/gifsicle-1.44.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/media-gfx/gifsicle/gifsicle-1.44.ebuild b/media-gfx/gifsicle/gifsicle-1.44.ebuild index 73bfe1c02dc7..892ee0a96913 100644 --- a/media-gfx/gifsicle/gifsicle-1.44.ebuild +++ b/media-gfx/gifsicle/gifsicle-1.44.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.44.ebuild,v 1.1 2005/12/20 23:17:18 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.44.ebuild,v 1.2 2006/01/16 14:48:08 vanquirius Exp $ DESCRIPTION="A UNIX command-line tool for creating, editing, and getting information about GIF images and animations" HOMEPAGE="http://www.lcdf.org/~eddietwo/gifsicle/" @@ -11,7 +11,11 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc-macos ~x86" IUSE="X" -DEPEND="X? ( virtual/x11 )" +DEPEND="X? ( || ( ( + x11-libs/libX11 + x11-libs/libXt + x11-proto/xproto ) + virtual/x11 ) )" src_compile() { local myconf |