wok-next diff ploticus/receipt @ rev 21678

updated getmail (4.41.0 -> 5.14)
author Hans-G?nter Theisgen
date Mon Jun 29 13:44:08 2020 +0100 (2020-06-29)
parents d5aab818505e
children
line diff
     1.1 --- a/ploticus/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/ploticus/receipt	Mon Jun 29 13:44:08 2020 +0100
     1.3 @@ -11,7 +11,7 @@
     1.4  TARBALL="ploticus${VERSION/./}_src.tar.gz"
     1.5  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="zlib-dev xorg-dev libpng16-dev"
     1.8 +BUILD_DEPENDS="zlib-dev xorg-dev libpng-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	cd $src/src
    1.12 @@ -21,5 +21,5 @@
    1.13  
    1.14  genpkg_rules() {
    1.15  	copy @std
    1.16 -	DEPENDS="zlib xorg libpng16"
    1.17 +	DEPENDS="zlib xorg libpng"
    1.18  }