diff options
Diffstat (limited to 'x11-plugins/wmnetmon/wmnetmon-0.2.ebuild')
-rw-r--r-- | x11-plugins/wmnetmon/wmnetmon-0.2.ebuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/x11-plugins/wmnetmon/wmnetmon-0.2.ebuild b/x11-plugins/wmnetmon/wmnetmon-0.2.ebuild index e723e6bbdc7d..671b95287ba0 100644 --- a/x11-plugins/wmnetmon/wmnetmon-0.2.ebuild +++ b/x11-plugins/wmnetmon/wmnetmon-0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetmon/wmnetmon-0.2.ebuild,v 1.10 2006/01/31 20:07:46 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetmon/wmnetmon-0.2.ebuild,v 1.11 2007/07/22 04:43:49 dberkholz Exp $ IUSE="" S=${WORKDIR}/${P}p5/ @@ -12,13 +12,11 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc ~sparc" -RDEPEND="|| ( ( - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm ) - virtual/x11 )" +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm" DEPEND="${RDEPEND} - || ( x11-proto/xextproto virtual/x11 )" + x11-proto/xextproto" src_compile() { econf --prefix=${D}/usr/bin || die "Configure failed." |