diff options
Diffstat (limited to 'app-shells/tcsh')
-rw-r--r-- | app-shells/tcsh/tcsh-6.09-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-shells/tcsh/tcsh-6.09-r1.ebuild b/app-shells/tcsh/tcsh-6.09-r1.ebuild index a1baa0a3cbb6..e566daef5646 100644 --- a/app-shells/tcsh/tcsh-6.09-r1.ebuild +++ b/app-shells/tcsh/tcsh-6.09-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/app-shells/tcsh/tcsh-6.09-r1.ebuild,v 1.5 2000/10/23 11:27:12 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.09-r1.ebuild,v 1.6 2000/11/01 04:44:12 achim Exp $ P=tcsh-6.09 A=${P}.tar.gz @@ -9,6 +9,9 @@ S=${WORKDIR}/${P}.00 DESCRIPTION="The standard GNU Bourne again shell" #ugh, astron.com doesn't support passive ftp... maybe another source? SRC_URI="ftp://ftp.astron.com/pub/tcsh/"${A} +DEPEND=">=sys-libs/glibc-2.1.3 + >=sys-libs/gpm-1.19.3 + >=sys-libs/ncurses-5.1" src_compile() { cd ${S} |