summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2006-07-17 08:36:53 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2006-07-17 08:36:53 +0000
commit7837089ab7ddcb9c35794f69978fb49d183f24ab (patch)
treec7a24d0ba086b66a0e2d9286a62d1c785e6790a8 /x11-plugins/wmclock/wmclock-1.0.12.2.ebuild
parentFix path issues, bug #140668. (diff)
downloadgentoo-2-7837089ab7ddcb9c35794f69978fb49d183f24ab.tar.gz
gentoo-2-7837089ab7ddcb9c35794f69978fb49d183f24ab.tar.bz2
gentoo-2-7837089ab7ddcb9c35794f69978fb49d183f24ab.zip
Added imake to DEPEND. Closes bug #140261.
(Portage version: 2.1-r1)
Diffstat (limited to 'x11-plugins/wmclock/wmclock-1.0.12.2.ebuild')
-rw-r--r--x11-plugins/wmclock/wmclock-1.0.12.2.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild b/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild
index 444d78869ef4..a82f90535d72 100644
--- a/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild
+++ b/x11-plugins/wmclock/wmclock-1.0.12.2.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/wmclock/wmclock-1.0.12.2.ebuild,v 1.9 2006/01/24 22:41:19 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild,v 1.10 2006/07/17 08:36:53 s4t4n Exp $
IUSE=""
@@ -22,7 +22,8 @@ DEPEND="${RDEPEND}
x11-misc/gccmakedep
x11-proto/xproto
x11-proto/xextproto )
- virtual/x11 )"
+ virtual/x11 )
+ >=x11-misc/imake-1.0.2"
src_compile() {
econf || die "configure failed"