wok-current rev 15123
htmldoc: fix bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 14 22:27:18 2013 +0000 (2013-08-14) |
parents | 11cce6c93ceb |
children | ea938389991c |
files | htmldoc/receipt |
line diff
1.1 --- a/htmldoc/receipt Wed Aug 14 22:18:58 2013 +0000 1.2 +++ b/htmldoc/receipt Wed Aug 14 22:27:18 2013 +0000 1.3 @@ -10,8 +10,8 @@ 1.4 WEB_SITE="http://www.htmldoc.org" 1.5 WGET_URL="http://ftp.easysw.com/pub/$PACKAGE/$VERSION/$TARBALL" 1.6 1.7 -DEPENDS="libjpeg libpng fltk" 1.8 -BUILD_DEPENDS="libjpeg-dev libpng-dev fltk-dev" 1.9 +DEPENDS="jpeg libpng fltk" 1.10 +BUILD_DEPENDS="jpeg-dev libpng-dev fltk-dev" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules()