diff options
Diffstat (limited to 'sys-devel/automake')
-rw-r--r-- | sys-devel/automake/automake-1.9.6-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-devel/automake/automake-1.9.6-r1.ebuild b/sys-devel/automake/automake-1.9.6-r1.ebuild index f2303734d64c..6cc9d6528a92 100644 --- a/sys-devel/automake/automake-1.9.6-r1.ebuild +++ b/sys-devel/automake/automake-1.9.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.9.6-r1.ebuild,v 1.2 2005/10/29 09:38:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.9.6-r1.ebuild,v 1.3 2005/10/29 09:39:42 vapier Exp $ inherit eutils @@ -17,7 +17,8 @@ RDEPEND="dev-lang/perl sys-devel/automake-wrapper >=sys-devel/autoconf-2.59-r6 >=sys-apps/texinfo-4.7 - sys-devel/gnuconfig + sys-devel/gnuconfig" +DEPEND="${RDEPEND} sys-apps/help2man" src_unpack() { |