wok diff libhtp/receipt @ rev 22189

updated xorg-fonttosfnt (1.0.4 -> 1.0.5)
author Hans-G?nter Theisgen
date Mon Nov 11 09:22:37 2019 +0100 (2019-11-11)
parents af793b950cf7
children acb084b6e42c
line diff
     1.1 --- a/libhtp/receipt	Thu Apr 11 13:40:55 2019 +0100
     1.2 +++ b/libhtp/receipt	Mon Nov 11 09:22:37 2019 +0100
     1.3 @@ -11,14 +11,14 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="https://github.com/OISF/$PACKAGE/archive/$VERSION.tar.gz"
     1.6  
     1.7 -BUILD_DEPENDS="automake"
     1.8 +BUILD_DEPENDS="automake libtool"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13  	./autogen.sh &&
    1.14  	./configure $CONFIGURE_ARGS &&
    1.15 -	make -j 1 &&
    1.16 +	make &&
    1.17  	make install
    1.18  }
    1.19