From 8ed32e6bf344c307316970f423c63b17604b0161 Mon Sep 17 00:00:00 2001 From: Achim Gottinger Date: Mon, 28 May 2001 05:24:13 +0000 Subject: Dependencie fixes --- dev-util/cscope/cscope-15.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-util/cscope/cscope-15.1.ebuild') diff --git a/dev-util/cscope/cscope-15.1.ebuild b/dev-util/cscope/cscope-15.1.ebuild index 499374b7fe8e..760f1da52826 100644 --- a/dev-util/cscope/cscope-15.1.ebuild +++ b/dev-util/cscope/cscope-15.1.ebuild @@ -8,9 +8,9 @@ DESCRIPTION="CScope - interactively examine a C program" SRC_URI="http://download.sourceforge.net/cscope/${A}" HOMEPAGE="http://cscope.sourceforge.net" -DEPEND="virtual/glibc +RDEPEND="virtual/glibc >=sys-libs/ncurses-5.2" - +DEPEND="$RDEPEND sys-devel/flex" src_compile() { try ./configure --prefix=/usr/ --mandir=/usr/share/man --infodir=/usr/share/info try make clean -- cgit v1.2.3-65-gdbad