wok-6.x diff pil/receipt @ rev 3396
xhtml2pdf: fix depends
author | Claudinei Pereira <claudinei@slitaz.org> |
---|---|
date | Fri Jun 12 00:22:04 2009 +0000 (2009-06-12) |
parents | 3d99ecce2d4b |
children |
line diff
1.1 --- a/pil/receipt Sun Oct 05 23:16:15 2008 +0000 1.2 +++ b/pil/receipt Fri Jun 12 00:22:04 2009 +0000 1.3 @@ -10,7 +10,7 @@ 1.4 WEB_SITE="http://www.pythonware.com/products/pil/" 1.5 WGET_URL="http://effbot.org/downloads/$TARBALL" 1.6 DEPENDS="python jpeg zlib freetype" 1.7 -DUILD_DEPENDS="python python-dev jpeg-dev zlib-dev" 1.8 +BUILD_DEPENDS="python python-dev jpeg-dev zlib-dev" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules()