diff options
Diffstat (limited to 'dev-util/cvs')
-rw-r--r-- | dev-util/cvs/cvs-1.11.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/cvs/cvs-1.11.ebuild b/dev-util/cvs/cvs-1.11.ebuild index 1eda5995a777..7948f956f425 100644 --- a/dev-util/cvs/cvs-1.11.ebuild +++ b/dev-util/cvs/cvs-1.11.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/cvs-1.11.ebuild,v 1.2 2000/10/23 11:27:13 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/cvs-1.11.ebuild,v 1.3 2000/11/01 04:44:16 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Concurrent Versions System - source code revision control tools" SRC_URI="ftp://ftp.cvshome.org/pub/${P}/${P}.tar.gz" HOMEPAGE="http://www.cvshome.org/" +DEPEND=">=sys-apps/bash-2.04 >=sys-libs/glibc-2.1.3 >=sys-libs/ncurses-5.1" src_compile() { try ./configure --prefix=/usr |