wok-next diff xwax/receipt @ rev 21596

updated dos2unix (7.4.0 -> 7.4.1)
author Hans-G?nter Theisgen
date Wed Jun 24 14:10:06 2020 +0100 (2020-06-24)
parents 1ff0133b1f8c
children
line diff
     1.1 --- a/xwax/receipt	Sun Mar 11 13:37:02 2018 +0200
     1.2 +++ b/xwax/receipt	Wed Jun 24 14:10:06 2020 +0100
     1.3 @@ -11,7 +11,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="http://xwax.org/releases/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="libsdl-dev libsdl-ttf-dev alsa-lib-dev"
     1.8 +BUILD_DEPENDS="sdl-dev sdl-ttf-dev alsa-lib-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	./configure \
    1.12 @@ -24,5 +24,5 @@
    1.13  
    1.14  genpkg_rules() {
    1.15  	copy @std
    1.16 -	DEPENDS="libsdl libsdl-ttf alsa-lib"
    1.17 +	DEPENDS="sdl sdl-ttf alsa-lib"
    1.18  }