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 /dev-util/cscope/cscope-15.1.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 'dev-util/cscope/cscope-15.1.ebuild')
-rw-r--r-- | dev-util/cscope/cscope-15.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |