wok diff lftp/receipt @ rev 11113

ptlib: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 25 08:48:31 2011 +0200 (2011-10-25)
parents bd9d5822afef
children d64fc08c69e5
line diff
     1.1 --- a/lftp/receipt	Tue May 17 22:21:33 2011 +0200
     1.2 +++ b/lftp/receipt	Tue Oct 25 08:48:31 2011 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lftp"
     1.7 -VERSION="4.2.2"
     1.8 +VERSION="4.2.3"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Small but powerful ftp client"
    1.11  MAINTAINER="mimas@slitaz.org"
    1.12 @@ -18,7 +18,8 @@
    1.13  	cd $src
    1.14  	./configure \
    1.15  		--without-gnutls \
    1.16 -		--without-openssl &&
    1.17 +		--without-openssl \
    1.18 +		$CONFIGURE_ARGS &&
    1.19  	make &&
    1.20  	make install
    1.21  }