# HG changeset patch # User Pascal Bellard # Date 1385837423 0 # Node ID 17bf4f330c44cb7a67366c72f8f9875319f6a9a9 # Parent 3765f181a6d574d256a0d8be75cbb82127642180 mutt: update bdeps diff -r 3765f181a6d5 -r 17bf4f330c44 mutt/receipt --- a/mutt/receipt Sat Nov 30 17:02:58 2013 +0000 +++ b/mutt/receipt Sat Nov 30 18:50:23 2013 +0000 @@ -12,7 +12,7 @@ WGET_URL="ftp://ftp.mutt.org/mutt/devel/$TARBALL" DEPENDS="openssl ncurses zlib libidn" -BUILD_DEPENDS="libidn-dev ncurses-dev openssl-dev" +BUILD_DEPENDS="libidn-dev ncurses-dev openssl-dev perl" # Rules to configure and make the package. compile_rules() diff -r 3765f181a6d5 -r 17bf4f330c44 newt/receipt --- a/newt/receipt Sat Nov 30 17:02:58 2013 +0000 +++ b/newt/receipt Sat Nov 30 18:50:23 2013 +0000 @@ -28,7 +28,7 @@ ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man $CONFIGURE_ARGS && make && - make instroot=$DESTIDR install + make instroot=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.