wok-current rev 5703
fix: cgdb BUILD_DEPENDS
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Jun 19 16:08:45 2010 +0200 (2010-06-19) |
parents | 3365c0f4e957 |
children | 7c0c08ab9479 |
files | cgdb/receipt |
line diff
1.1 --- a/cgdb/receipt Fri Jun 18 16:57:49 2010 +0200 1.2 +++ b/cgdb/receipt Sat Jun 19 16:08:45 2010 +0200 1.3 @@ -6,6 +6,7 @@ 1.4 SHORT_DESC="Curses interface for GDB" 1.5 MAINTAINER="erjo@slitaz.org" 1.6 DEPENDS="gdb ncurses readline" 1.7 +DEPENDS="ncurses-dev readline-dev" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://cgdb.sourceforge.net/" 1.10 WGET_URL="http://prdownloads.sourceforge.net/cgdb/$TARBALL"