diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-28 05:24:13 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-28 05:24:13 +0000 |
commit | 8ed32e6bf344c307316970f423c63b17604b0161 (patch) | |
tree | 903729d776fdd8e9151364e6f7be0a9abefd351c /net-ftp/ncftp/ncftp-3.0.2.ebuild | |
parent | Added DarcNES a multi-system emulator (diff) | |
download | gentoo-2-8ed32e6bf344c307316970f423c63b17604b0161.tar.gz gentoo-2-8ed32e6bf344c307316970f423c63b17604b0161.tar.bz2 gentoo-2-8ed32e6bf344c307316970f423c63b17604b0161.zip |
Dependencie fixes
Diffstat (limited to 'net-ftp/ncftp/ncftp-3.0.2.ebuild')
-rw-r--r-- | net-ftp/ncftp/ncftp-3.0.2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-ftp/ncftp/ncftp-3.0.2.ebuild b/net-ftp/ncftp/ncftp-3.0.2.ebuild index 9d1126fbf14c..bfd63fda28b0 100644 --- a/net-ftp/ncftp/ncftp-3.0.2.ebuild +++ b/net-ftp/ncftp/ncftp-3.0.2.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 Jerry Alexandratos <jerry@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ncftp/ncftp-3.0.2.ebuild,v 1.2 2000/12/22 17:51:19 jerry Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ncftp/ncftp-3.0.2.ebuild,v 1.3 2001/05/28 05:24:13 achim Exp $ A=${P}-src.tar.gz S=${WORKDIR}/${P} @@ -9,16 +9,16 @@ DESCRIPTION="An extremely configurable ftp client" SRC_URI="ftp://ftp.ncftp.com/ncftp/${A}" HOMEPAGE="http://www.ncftp.com/" -DEPEND=">=sys-libs/glibc-2.1.3" +DEPEND="virtual/glibc >=sys-libs/ncurses-5.2" src_compile() { - cd ${S} + try ./configure --prefix=/usr --host=${CHOST} try make } src_install () { - cd ${S} + try make prefix=${D}/usr install dodoc CHANGELOG FIREWALL-PROXY-README LICENSE.txt |