wok-next diff foobillardplus/receipt @ rev 21196

updated scrollz again (2.2.3 -> 2.3)
author Hans-G?nter Theisgen
date Thu Oct 03 16:09:40 2019 +0100 (2019-10-03)
parents 5669e8b3be70
children 62d47401569a
line diff
     1.1 --- a/foobillardplus/receipt	Sat Dec 22 04:52:35 2018 +0200
     1.2 +++ b/foobillardplus/receipt	Thu Oct 03 16:09:40 2019 +0100
     1.3 @@ -12,7 +12,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="automake autoconf libsdl-dev libsdl-mixer-dev libsdl-net-dev \
     1.8 +BUILD_DEPENDS="automake autoconf sdl-dev sdl-mixer-dev sdl-net-dev \
     1.9  mesa-dev glu-dev freetype-dev libpng-dev"
    1.10  SPLIT="$PACKAGE-music $PACKAGE"
    1.11  
    1.12 @@ -52,7 +52,7 @@
    1.13  			;;
    1.14  		foobillardplus)
    1.15  			copy @std @rm hicolor/ # 128px icons isn't copied with @std
    1.16 -			DEPENDS="freetype glu libpng libsdl libsdl-mixer libsdl-net mesa"
    1.17 +			DEPENDS="freetype glu libpng sdl sdl-mixer sdl-net mesa"
    1.18  			;;
    1.19  	esac
    1.20  }