summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild')
-rw-r--r--x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild b/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild
index 1a576cb9fa28..25e5357a7e39 100644
--- a/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild
+++ b/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v 1.7 2008/06/29 14:11:34 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v 1.8 2009/01/14 16:04:46 s4t4n Exp $
inherit eutils
@@ -22,7 +22,8 @@ RDEPEND=">=net-misc/wget-1.9-r2
x11-libs/libXpm"
DEPEND="${RDEPEND}
x11-proto/xproto
- x11-proto/xextproto"
+ x11-proto/xextproto
+ >=sys-apps/sed-4.1.5-r1"
S=${WORKDIR}/${MY_P}-${PV}/${MY_P}
@@ -31,6 +32,7 @@ src_unpack() {
cd "${S}"
epatch "${FILESDIR}"/${PN}-noman.patch
sed -i -e 's/-geom /-geometry /' GrabImage || die "sed failed."
+ sed -i -e 's/install -s -m /install -m /' Makefile || die "sed failed."
}
src_compile() {