diff options
author | Fabian Groffen <grobian@gentoo.org> | 2006-10-11 20:30:26 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2006-10-11 20:30:26 +0000 |
commit | 618c1c0d7d52395b71cef60b5e755f7a422a3a54 (patch) | |
tree | 44c4836d1fa6ea7dd3cefb291b31847aa92b0a3d /x11-plugins/wmpager/wmpager-1.2-r1.ebuild | |
parent | inkscape bump (diff) | |
download | gentoo-2-618c1c0d7d52395b71cef60b5e755f7a422a3a54.tar.gz gentoo-2-618c1c0d7d52395b71cef60b5e755f7a422a3a54.tar.bz2 gentoo-2-618c1c0d7d52395b71cef60b5e755f7a422a3a54.zip |
Put X11 stuff in DEPEND too, you need it during compilation, thanks to Patrick Lauer in bug #150653
(Portage version: 2.1.1)
Diffstat (limited to 'x11-plugins/wmpager/wmpager-1.2-r1.ebuild')
-rw-r--r-- | x11-plugins/wmpager/wmpager-1.2-r1.ebuild | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/x11-plugins/wmpager/wmpager-1.2-r1.ebuild b/x11-plugins/wmpager/wmpager-1.2-r1.ebuild index b26e2f1d742f..19f9b3b3f425 100644 --- a/x11-plugins/wmpager/wmpager-1.2-r1.ebuild +++ b/x11-plugins/wmpager/wmpager-1.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpager/wmpager-1.2-r1.ebuild,v 1.9 2006/05/03 00:55:29 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpager/wmpager-1.2-r1.ebuild,v 1.10 2006/10/11 20:30:26 grobian Exp $ IUSE="" DESCRIPTION="A simple pager docklet for the WindowMaker window manager." @@ -11,13 +11,18 @@ SLOT="0" LICENSE="BSD" KEYWORDS="amd64 ~sparc x86" -DEPEND=">=sys-apps/sed-4" - +DEPEND=">=sys-apps/sed-4 + || ( ( + x11-libs/libX11 + x11-libs/libXpm + x11-libs/libXext ) + virtual/x11 ) + virtual/libc" RDEPEND="|| ( ( - x11-libs/libX11 - x11-libs/libXpm - x11-libs/libXext ) - virtual/x11 ) + x11-libs/libX11 + x11-libs/libXpm + x11-libs/libXext ) + virtual/x11 ) virtual/libc" src_compile() { |