wok rev 3286

pil: Fix receipt DUILD_DEPENDS => BUILD_DEPENDS
author Mallory Mollo <mallory@sweetpeople.org>
date Wed Jun 03 15:14:40 2009 +0200 (2009-06-03)
parents 4ff214bcbebe
children ea33e0d11cb6
files pil/receipt
line diff
     1.1 --- a/pil/receipt	Wed Jun 03 15:14:00 2009 +0200
     1.2 +++ b/pil/receipt	Wed Jun 03 15:14:40 2009 +0200
     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()