wok-6.x rev 22354
podofo: added dependency libcrypto
author | Hans-G?nter Theisgen |
---|---|
date | Wed Nov 20 16:59:38 2019 +0100 (2019-11-20) |
parents | cd0c3ed3ab25 |
children | 298467f745b6 |
files | podofo/receipt |
line diff
1.1 --- a/podofo/receipt Wed Nov 20 16:46:03 2019 +0100 1.2 +++ b/podofo/receipt Wed Nov 20 16:59:38 2019 +0100 1.3 @@ -11,9 +11,10 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.6 1.7 -DEPENDS="fontconfig freetype gcc-lib-base jpeg libpng tiff zlib" 1.8 +DEPENDS="fontconfig freetype gcc-lib-base jpeg libcrypto libpng 1.9 + tiff zlib" 1.10 BUILD_DEPENDS="cmake fontconfig-dev freetype-dev jpeg-dev \ 1.11 - libpng-dev tiff-dev zlib-dev" 1.12 + libcrypto-dev libpng-dev tiff-dev zlib-dev" 1.13 1.14 # Rules to configure and make the package. 1.15 compile_rules()