wok-next diff mana/receipt @ rev 20454

Choose between libpng16 and libpng12
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Feb 28 17:32:31 2018 +0200 (2018-02-28)
parents 3765f181a6d5
children d5aab818505e
line diff
     1.1 --- a/mana/receipt	Sat Nov 30 17:02:58 2013 +0000
     1.2 +++ b/mana/receipt	Wed Feb 28 17:32:31 2018 +0200
     1.3 @@ -11,10 +11,10 @@
     1.4  WGET_URL="http://manasource.org/files/$TARBALL"
     1.5  
     1.6  BUILD_DEPENDS="physfs-dev libxml2-dev libsdl-mixer-dev libsdl-image-dev \
     1.7 -libsdl-net-dev libsdl-ttf-dev libsdl-ttf curl-dev zlib-dev libpng-dev guichan-dev \
     1.8 +libsdl-net-dev libsdl-ttf-dev libsdl-ttf curl-dev zlib-dev libpng16-dev guichan-dev \
     1.9  libsdl-gfx-dev enet"
    1.10  DEPENDS="ttf-dejavu physfs libxml2 libsdl-mixer libsdl-image libsdl-net \
    1.11 -libsdl-ttf curl zlib libpng guichan libsdl-gfx"
    1.12 +libsdl-ttf curl zlib libpng16 guichan libsdl-gfx"
    1.13  
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()