diff options
Diffstat (limited to 'lxde-base/lxtask/lxtask-0.1.3.ebuild')
-rw-r--r-- | lxde-base/lxtask/lxtask-0.1.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lxde-base/lxtask/lxtask-0.1.3.ebuild b/lxde-base/lxtask/lxtask-0.1.3.ebuild index 70ff8c9599f9..d9d8a2608cea 100644 --- a/lxde-base/lxtask/lxtask-0.1.3.ebuild +++ b/lxde-base/lxtask/lxtask-0.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/lxtask-0.1.3.ebuild,v 1.1 2010/05/01 18:58:11 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/lxtask-0.1.3.ebuild,v 1.2 2010/10/15 21:01:37 vostorga Exp $ EAPI="1" @@ -17,7 +17,8 @@ RDEPEND="x11-libs/gtk+:2 dev-libs/glib:2" DEPEND="${RDEPEND} dev-util/pkgconfig - sys-devel/gettext" + sys-devel/gettext + >=dev-util/intltool-0.40.0" src_install () { emake DESTDIR="${D}" install || die "emake install failed" |