summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 12:06:51 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 12:06:51 +0000
commit33b9e9723ca494ce1be09c0df3a5c4a818603043 (patch)
tree52faece0d981f14cf19f1e1a0d3860c9fa587384 /x11-misc/fxred/fxred-0.9.ebuild
parentStable on hppa. See bug #119512. (diff)
downloadhistorical-33b9e9723ca494ce1be09c0df3a5c4a818603043.tar.gz
historical-33b9e9723ca494ce1be09c0df3a5c4a818603043.tar.bz2
historical-33b9e9723ca494ce1be09c0df3a5c4a818603043.zip
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-misc/fxred/fxred-0.9.ebuild')
-rw-r--r--x11-misc/fxred/fxred-0.9.ebuild15
1 files changed, 12 insertions, 3 deletions
diff --git a/x11-misc/fxred/fxred-0.9.ebuild b/x11-misc/fxred/fxred-0.9.ebuild
index df8807534cd6..d315ac0f91c7 100644
--- a/x11-misc/fxred/fxred-0.9.ebuild
+++ b/x11-misc/fxred/fxred-0.9.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/fxred/fxred-0.9.ebuild,v 1.6 2005/11/01 14:43:17 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/fxred/fxred-0.9.ebuild,v 1.7 2006/01/21 12:06:51 nelchael Exp $
DESCRIPTION="FXred is handler for the red scroll button of the Logitech TrackMan Marble FX, a trackball."
HOMEPAGE="http://www.larskrueger.homestead.com/files/index.html#X11"
@@ -10,7 +10,16 @@ SLOT="0"
KEYWORDS="~ppc x86"
IUSE=""
-DEPEND="virtual/x11"
+RDEPEND="|| ( (
+ x11-libs/libX11
+ x11-libs/libXtst )
+ virtual/x11 )"
+DEPEND="${RDEPEND}
+ || ( (
+ x11-proto/xextproto
+ x11-proto/xproto
+ x11-libs/libXt )
+ virtual/x11 )"
src_compile() {
./configure \