diff options
Diffstat (limited to 'net-ftp/ftp/ftp-0.17-r1.ebuild')
-rw-r--r-- | net-ftp/ftp/ftp-0.17-r1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net-ftp/ftp/ftp-0.17-r1.ebuild b/net-ftp/ftp/ftp-0.17-r1.ebuild index 5f1292b5877c..2b0d84778664 100644 --- a/net-ftp/ftp/ftp-0.17-r1.ebuild +++ b/net-ftp/ftp/ftp-0.17-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/net-ftp/ftp/ftp-0.17-r1.ebuild,v 1.2 2000/09/15 20:09:09 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftp/ftp-0.17-r1.ebuild,v 1.3 2000/11/01 04:44:19 achim Exp $ P=ftp-0.17 A=netkit-${P}.tar.gz @@ -9,6 +9,10 @@ S=${WORKDIR}/netkit-${P} DESCRIPTION="Standard Linux FTP client" SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${A}" +DEPEND=">=sys-libs/glibc-2.1.3 + >=sys-libs/gpm-1.19.3 + >=sys-libs/ncurses-5.1" + src_compile() { cd ${S} try ./configure --prefix=/usr |