diff options
Diffstat (limited to 'media-gfx/xsvg/xsvg-0.1.2.ebuild')
-rw-r--r-- | media-gfx/xsvg/xsvg-0.1.2.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/media-gfx/xsvg/xsvg-0.1.2.ebuild b/media-gfx/xsvg/xsvg-0.1.2.ebuild index a6bd980500dd..e11d77409456 100644 --- a/media-gfx/xsvg/xsvg-0.1.2.ebuild +++ b/media-gfx/xsvg/xsvg-0.1.2.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/xsvg/xsvg-0.1.2.ebuild,v 1.8 2005/06/05 12:25:07 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsvg/xsvg-0.1.2.ebuild,v 1.9 2006/02/11 16:10:08 joshuabaergen Exp $ DESCRIPTION="X11 SVG viewer" HOMEPAGE="http://xsvg.org/" @@ -9,8 +9,11 @@ LICENSE="BSD" SLOT="0" KEYWORDS="ppc x86" IUSE="" -DEPEND="virtual/x11 - x11-libs/libsvg-cairo" +RDEPEND="x11-libs/libsvg-cairo" +DEPEND="${RDEPEND} + || ( ( x11-libs/libXt + x11-libs/libXcursor ) + virtual/x11 )" src_install() { make install DESTDIR=${D} || die |