summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/oroborus/oroborus-2.0.4-r1.ebuild')
-rw-r--r--x11-wm/oroborus/oroborus-2.0.4-r1.ebuild17
1 files changed, 14 insertions, 3 deletions
diff --git a/x11-wm/oroborus/oroborus-2.0.4-r1.ebuild b/x11-wm/oroborus/oroborus-2.0.4-r1.ebuild
index 51d2bc5348fd..4f4ec762e9e7 100644
--- a/x11-wm/oroborus/oroborus-2.0.4-r1.ebuild
+++ b/x11-wm/oroborus/oroborus-2.0.4-r1.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/x11-wm/oroborus/oroborus-2.0.4-r1.ebuild,v 1.17 2005/02/03 12:49:04 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/oroborus-2.0.4-r1.ebuild,v 1.18 2006/03/15 08:07:48 spyderous Exp $
DESCRIPTION="Yet another window manager"
SRC_URI="http://www.kensden.pwp.blueyonder.co.uk/Oroborus/files/${P}.tar.gz"
@@ -9,7 +9,18 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 sparc ppc"
IUSE="gnome"
-DEPEND="virtual/x11"
+
+RDEPEND="|| ( ( x11-libs/libXxf86vm
+ x11-libs/libXpm
+ )
+ virtual/x11
+ )"
+DEPEND="${RDEPEND}
+ || ( ( x11-proto/xf86vidmodeproto
+ x11-proto/xextproto
+ )
+ virtual/x11
+ )"
src_compile() {