summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 17:59:21 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 17:59:21 +0000
commit53d8c46528abeeee8a05f933958ecd34568f6f8c (patch)
tree7e4a4868f969cd80a98cc44bc2a39e3ac04fb58e /x11-misc/xmountains/xmountains-2.7.ebuild
parentchanged homepage to real project homepage. (diff)
downloadgentoo-2-53d8c46528abeeee8a05f933958ecd34568f6f8c.tar.gz
gentoo-2-53d8c46528abeeee8a05f933958ecd34568f6f8c.tar.bz2
gentoo-2-53d8c46528abeeee8a05f933958ecd34568f6f8c.zip
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/xmountains/xmountains-2.7.ebuild')
-rw-r--r--x11-misc/xmountains/xmountains-2.7.ebuild13
1 files changed, 10 insertions, 3 deletions
diff --git a/x11-misc/xmountains/xmountains-2.7.ebuild b/x11-misc/xmountains/xmountains-2.7.ebuild
index fa6ea34c6c0c..cba5d860914c 100644
--- a/x11-misc/xmountains/xmountains-2.7.ebuild
+++ b/x11-misc/xmountains/xmountains-2.7.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-misc/xmountains/xmountains-2.7.ebuild,v 1.7 2005/01/02 18:11:20 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmountains/xmountains-2.7.ebuild,v 1.8 2006/01/21 17:59:21 nelchael Exp $
DESCRIPTION="Fractal terrains of snow-capped mountains near water"
HOMEPAGE="http://www.epcc.ed.ac.uk/~spb/xmountains/"
@@ -13,7 +13,14 @@ SLOT="0"
KEYWORDS="x86 ~amd64 ppc"
IUSE=""
-DEPEND="virtual/x11"
+RDEPEND="|| ( (
+ x11-libs/libX11 )
+ virtual/x11 )"
+DEPEND="${RDEPEND}
+ || ( (
+ x11-proto/xproto
+ x11-misc/imake )
+ virtual/x11 )"
src_compile() {
xmkmf || die