mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 00:07:35 +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
|
@ -4,4 +4,4 @@ version=1.3.0
|
|||
files="https://www.tortall.net/projects/yasm/releases/yasm-${version}.tar.gz yasm-${version}.tar.gz 3dce6601b495f5b3d45b59f7d2492a340ee7e84b5beca17e48f862502bd5603f"
|
||||
auth_type="sha256"
|
||||
useconfigure=true
|
||||
makeopts=
|
||||
makeopts=()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue