wok-next diff pingus/receipt @ rev 21139

lftp: use openssl instead of gnutls
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 24 05:20:16 2019 +0200 (2019-01-24)
parents 5669e8b3be70
children 12227c6f198a
line diff
     1.1 --- a/pingus/receipt	Sat Dec 22 04:52:35 2018 +0200
     1.2 +++ b/pingus/receipt	Thu Jan 24 05:20:16 2019 +0200
     1.3 @@ -14,7 +14,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WGET_URL="http://pingus.seul.org/files/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="scons2 libsdl-dev libsdl-image-dev libsdl-mixer-dev boost-dev \
     1.8 +BUILD_DEPENDS="scons2 sdl-dev sdl-image-dev sdl-mixer-dev boost-dev \
     1.9  boost-signals libpng-dev"
    1.10  
    1.11  compile_rules() {
    1.12 @@ -35,5 +35,5 @@
    1.13  
    1.14  genpkg_rules() {
    1.15  	copy @std
    1.16 -	DEPENDS="libsdl libsdl-image libsdl-mixer boost-signals gcc-lib-base"
    1.17 +	DEPENDS="sdl sdl-image sdl-mixer boost-signals gcc-lib-base"
    1.18  }