wok-next diff liblrdf/receipt @ rev 13777

slitaz-tools: fix 5.2 Makefile
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 03 15:23:18 2013 +0100 (2013-01-03)
parents 2d16b4492336
children 4904e3d374a9
line diff
     1.1 --- a/liblrdf/receipt	Wed Jul 04 22:13:34 2012 +0000
     1.2 +++ b/liblrdf/receipt	Thu Jan 03 15:23:18 2013 +0100
     1.3 @@ -10,7 +10,8 @@
     1.4  WGET_URL="$SF_MIRROR/lrdf/$TARBALL"
     1.5  
     1.6  DEPENDS="raptor ladspa libcurl libxslt"
     1.7 -BUILD_DEPENDS="raptor-dev ladspa-dev curl-dev libxslt-dev"
     1.8 +BUILD_DEPENDS="raptor-dev ladspa-dev curl-dev libxslt-dev \
     1.9 +autoconf automake libtool"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()