wok rev 18936

mtr: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 28 19:08:19 2016 +0100 (2016-02-28)
parents 951fae759049
children 5f489761d0c4
files mtr/receipt
line diff
     1.1 --- a/mtr/receipt	Sun Feb 28 15:05:55 2016 +0000
     1.2 +++ b/mtr/receipt	Sun Feb 28 19:08:19 2016 +0100
     1.3 @@ -11,11 +11,12 @@
     1.4  WGET_URL="ftp://ftp.bitwizard.nl/mtr/$TARBALL"
     1.5  
     1.6  DEPENDS="ncurses"
     1.7 -BUILD_DEPENDS="ncurses-dev"
     1.8 +BUILD_DEPENDS="ncurses-dev autoconf automake"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13 +	./bootstrap.sh
    1.14  	export LDFLAGS="$LDFLAGS -ltinfo"
    1.15  	./configure \
    1.16  		--prefix=/usr \