wok-next diff xwax/receipt @ rev 21405
updated php again (7.4.4 -> 7.4.5)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 21 10:56:40 2020 +0100 (2020-04-21) |
parents | 1ff0133b1f8c |
children |
line diff
1.1 --- a/xwax/receipt Sun Mar 11 13:37:02 2018 +0200 1.2 +++ b/xwax/receipt Tue Apr 21 10:56:40 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 }