diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-08 01:53:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-08 01:53:30 +0000 |
commit | 64947288277d8d1195da73ebe5fbefae38dd0759 (patch) | |
tree | 6d40aff4c5669aef20a5d3b1ef479f9c5e6109e7 /sys-apps/xmbmon/xmbmon-2.0.3.ebuild | |
parent | remove virtual/x11 depend for modular X as all we really use is GTK code (diff) | |
download | gentoo-2-64947288277d8d1195da73ebe5fbefae38dd0759.tar.gz gentoo-2-64947288277d8d1195da73ebe5fbefae38dd0759.tar.bz2 gentoo-2-64947288277d8d1195da73ebe5fbefae38dd0759.zip |
modular X lovin
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'sys-apps/xmbmon/xmbmon-2.0.3.ebuild')
-rw-r--r-- | sys-apps/xmbmon/xmbmon-2.0.3.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/sys-apps/xmbmon/xmbmon-2.0.3.ebuild b/sys-apps/xmbmon/xmbmon-2.0.3.ebuild index eeb7311d5fb1..0c2ae5e1ddfd 100644 --- a/sys-apps/xmbmon/xmbmon-2.0.3.ebuild +++ b/sys-apps/xmbmon/xmbmon-2.0.3.ebuild @@ -1,8 +1,8 @@ -# 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/sys-apps/xmbmon/xmbmon-2.0.3.ebuild,v 1.9 2005/02/05 03:32:54 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xmbmon/xmbmon-2.0.3.ebuild,v 1.10 2006/03/08 01:53:30 vapier Exp $ -inherit gnuconfig eutils +inherit eutils MY_P="${PN}${PV//.}" DESCRIPTION="Mother Board Monitor Program for X Window System" @@ -14,8 +14,7 @@ SLOT="0" KEYWORDS="x86 amd64" IUSE="X" -DEPEND="virtual/libc - X? ( virtual/x11 )" +DEPEND="X? ( || ( ( x11-libs/libXt x11-libs/libSM x11-libs/libX11 x11-libs/libICE ) virtual/x11 ) )" S=${WORKDIR}/${MY_P} @@ -26,8 +25,6 @@ src_unpack() { } src_compile() { - gnuconfig_update - econf || die "Configure failed" emake DEFS="$DEFS -DLINUX" CFLAGS="$CFLAGS \$(INCLUDES) \$(DEFS)" mbmon || die "Make mbmon failed" if use X ; then |