diff options
author | Chris Larson <clarson@kergoth.com> | 2003-11-26 23:05:08 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-11-26 23:05:08 +0000 |
commit | 35387db2be0a64f9b97bb8a1bc5c69c67da16907 (patch) | |
tree | 7f349b597b0a5604f68400e6db0820749e5c91f8 /cscope | |
parent | aa7792d1c07358bee1370a9bee01ed025627cf7e (diff) |
Correcting various dependency issues noticed during the last oemake -a run.
BKrev: 3fc531a4VZcNua6H8futydrwoHwIyw
Diffstat (limited to 'cscope')
-rw-r--r-- | cscope/cscope_15.4.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cscope/cscope_15.4.oe b/cscope/cscope_15.4.oe index 3472c4fd5d..88ed7c2e55 100644 --- a/cscope/cscope_15.4.oe +++ b/cscope/cscope_15.4.oe @@ -1,5 +1,5 @@ -DEPENDS = virtual/libc ncurses-5.3 -RDEPENDS = libc6 libncurses5 +DEPENDS = virtual/libc ncurses +RDEPENDS = libc6 libncurses SRC_URI := ${SOURCEFORGE_MIRROR}/cscope/cscope-15.4.tar.gz \ file://${FILESDIR}/configure.patch;patch=1 |