diff options
Diffstat (limited to 'media-sound/synaesthesia/synaesthesia-2.3.ebuild')
-rw-r--r-- | media-sound/synaesthesia/synaesthesia-2.3.ebuild | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/media-sound/synaesthesia/synaesthesia-2.3.ebuild b/media-sound/synaesthesia/synaesthesia-2.3.ebuild index 6e544c0b35c7..25341be9616b 100644 --- a/media-sound/synaesthesia/synaesthesia-2.3.ebuild +++ b/media-sound/synaesthesia/synaesthesia-2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/synaesthesia/synaesthesia-2.3.ebuild,v 1.4 2006/01/26 17:08:15 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/synaesthesia/synaesthesia-2.3.ebuild,v 1.5 2006/01/27 16:45:29 ticho Exp $ inherit eutils @@ -13,20 +13,17 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="sdl svga esd" -DEPEND="|| ( ( - x11-proto/xproto - x11-proto/xextproto - x11-libs/libXt ) +RDEPEND="|| ( ( x11-libs/libX11 + x11-libs/libICE + x11-libs/libXext ) virtual/x11 ) esd? ( >=media-sound/esound-0.2.22 ) sdl? ( >=media-libs/libsdl-1.2.0 ) svga? ( >=media-libs/svgalib-1.4.3 )" -RDEPEND="${DEPEND} - || ( ( x11-libs/libICE ) - virtual/x11 - )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" src_unpack() { unpack ${A} |