summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-22 12:16:40 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-22 12:16:40 +0000
commit7000aa609041f2c358c56565395018630144e4c3 (patch)
tree2586666ce30b7c8160ebc85f64008de4694aca98 /x11-plugins/wmSun/wmSun-1.03.ebuild
parentnew upstream version. remove 0.7.1 (diff)
downloadhistorical-7000aa609041f2c358c56565395018630144e4c3.tar.gz
historical-7000aa609041f2c358c56565395018630144e4c3.tar.bz2
historical-7000aa609041f2c358c56565395018630144e4c3.zip
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-plugins/wmSun/wmSun-1.03.ebuild')
-rw-r--r--x11-plugins/wmSun/wmSun-1.03.ebuild15
1 files changed, 12 insertions, 3 deletions
diff --git a/x11-plugins/wmSun/wmSun-1.03.ebuild b/x11-plugins/wmSun/wmSun-1.03.ebuild
index fc52f5ce947f..0c25ea72a3e2 100644
--- a/x11-plugins/wmSun/wmSun-1.03.ebuild
+++ b/x11-plugins/wmSun/wmSun-1.03.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSun/wmSun-1.03.ebuild,v 1.10 2004/11/24 04:48:08 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSun/wmSun-1.03.ebuild,v 1.11 2006/01/22 12:11:11 nelchael Exp $
IUSE=""
@@ -12,7 +12,16 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 amd64 ~mips ppc ~sparc"
-DEPEND="virtual/x11"
+RDEPEND="|| ( (
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXpm )
+ virtual/x11 )"
+DEPEND="${RDEPEND}
+ || ( (
+ x11-proto/xproto
+ x11-proto/xextproto )
+ virtual/x11 )"
src_compile() {
emake -C wmSun clean || die "make clean failed"