wok diff mtr/receipt @ rev 19116

htop: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 07 16:46:59 2016 +0200 (2016-05-07)
parents 951fae759049
children dfd47bf5561b
line diff
     1.1 --- a/mtr/receipt	Sun Feb 28 15:05:55 2016 +0000
     1.2 +++ b/mtr/receipt	Sat May 07 16:46:59 2016 +0200
     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 \