summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-31 21:24:02 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-31 21:24:02 +0000
commit07fd1d8ecd9a917313e53982a9ed2d24a23be199 (patch)
tree02c0e3b1eba605be75cf41cc480a4cb67955b3e1 /x11-plugins/wmbiff/wmbiff-0.4.27.ebuild
parentMark 1.89 stable on alpha (diff)
downloadhistorical-07fd1d8ecd9a917313e53982a9ed2d24a23be199.tar.gz
historical-07fd1d8ecd9a917313e53982a9ed2d24a23be199.tar.bz2
historical-07fd1d8ecd9a917313e53982a9ed2d24a23be199.zip
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'x11-plugins/wmbiff/wmbiff-0.4.27.ebuild')
-rw-r--r--x11-plugins/wmbiff/wmbiff-0.4.27.ebuild19
1 files changed, 14 insertions, 5 deletions
diff --git a/x11-plugins/wmbiff/wmbiff-0.4.27.ebuild b/x11-plugins/wmbiff/wmbiff-0.4.27.ebuild
index c4cb5a66a775..e73db60884f2 100644
--- a/x11-plugins/wmbiff/wmbiff-0.4.27.ebuild
+++ b/x11-plugins/wmbiff/wmbiff-0.4.27.ebuild
@@ -1,14 +1,23 @@
-# 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-plugins/wmbiff/wmbiff-0.4.27.ebuild,v 1.1 2005/12/15 09:09:40 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.27.ebuild,v 1.2 2006/01/31 21:20:02 nelchael Exp $
DESCRIPTION="WMBiff is a dock applet for WindowMaker which can monitor up to 5 mailboxes."
SRC_URI="mirror://sourceforge/wmbiff/${P}.tar.gz"
HOMEPAGE="http://sourceforge.net/projects/wmbiff/"
-DEPEND="virtual/x11
- crypt? ( >=net-libs/gnutls-1.2.3
- >=dev-libs/libgcrypt-1.2.1 )"
+RDEPEND="|| ( (
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXpm )
+ virtual/x11 )"
+DEPEND="${RDEPEND}
+ || ( (
+ x11-proto/xproto
+ x11-proto/xextproto )
+ virtual/x11 )
+ crypt? ( >=net-libs/gnutls-1.2.3
+ >=dev-libs/libgcrypt-1.2.1 )"
SLOT="0"
LICENSE="GPL-2"