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 | 2976aa64c576eb5d76d265f70f3a9097dfdeb3ac (patch) | |
tree | dc5a008a22e16e21bc4ea4f991bba0890fae4a1b /dev-util/cscope | |
parent | Added DarcNES a multi-system emulator (diff) | |
download | historical-2976aa64c576eb5d76d265f70f3a9097dfdeb3ac.tar.gz historical-2976aa64c576eb5d76d265f70f3a9097dfdeb3ac.tar.bz2 historical-2976aa64c576eb5d76d265f70f3a9097dfdeb3ac.zip |
Dependencie fixes
Diffstat (limited to 'dev-util/cscope')
-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 |