mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:37:36 +00:00
Ports: Make array-like settings actual arrays
We may need entries with spaces in makeopts, installopts, and configopts, and at that point we should also convert depends and auth_opts to avoid confusion.
This commit is contained in:
parent
e507cfcdb0
commit
c07f91474d
149 changed files with 352 additions and 345 deletions
|
@ -2,7 +2,7 @@
|
|||
port=SDL2_image
|
||||
useconfigure=true
|
||||
version=2.0.5
|
||||
depends="SDL2 libpng libjpeg libtiff"
|
||||
depends=("SDL2" "libpng" "libjpeg" "libtiff")
|
||||
files="https://www.libsdl.org/projects/SDL_image/release/SDL2_image-${version}.tar.gz SDL_image-${version}.tar.gz bdd5f6e026682f7d7e1be0b6051b209da2f402a2dd8bd1c4bd9c25ad263108d0"
|
||||
auth_type=sha256
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue