diff options
Diffstat (limited to 'sys-apps/texinfo/texinfo-4.0-r1.ebuild')
-rw-r--r-- | sys-apps/texinfo/texinfo-4.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/texinfo/texinfo-4.0-r1.ebuild b/sys-apps/texinfo/texinfo-4.0-r1.ebuild index 338cbff855b5..4209c31a0d53 100644 --- a/sys-apps/texinfo/texinfo-4.0-r1.ebuild +++ b/sys-apps/texinfo/texinfo-4.0-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.0-r1.ebuild,v 1.5 2000/11/30 23:14:35 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.0-r1.ebuild,v 1.6 2001/01/31 20:49:07 achim Exp $ P=texinfo-4.0 A=${P}.tar.gz @@ -11,7 +11,7 @@ SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/texinfo/${A} ftp://ftp.gnu.org/pub/gnu/texinfo/${A}" DEPEND=">=sys-libs/gpm-1.19.3" RDEPEND="$DEPEND - >=sys-apps/bash-2.04" + sys-apps/bash" src_compile() { try ./configure --host=${CHOST} --prefix=/usr |