diff options
Diffstat (limited to 'sys-devel/bison/bison-2.1.ebuild')
-rw-r--r-- | sys-devel/bison/bison-2.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-devel/bison/bison-2.1.ebuild b/sys-devel/bison/bison-2.1.ebuild index bb57a1de5b95..1eae169872d3 100644 --- a/sys-devel/bison/bison-2.1.ebuild +++ b/sys-devel/bison/bison-2.1.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/sys-devel/bison/bison-2.1.ebuild,v 1.11 2006/04/24 01:06:15 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.1.ebuild,v 1.12 2006/05/31 21:28:03 kumba Exp $ inherit toolchain-funcs flag-o-matic eutils gnuconfig @@ -13,8 +13,9 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="nls static" -DEPEND="sys-devel/m4 - nls? ( sys-devel/gettext )" +DEPEND="nls? ( sys-devel/gettext )" + +RDEPEND="sys-devel/m4" src_unpack() { unpack ${A} |