diff options
author | Kenneth Myhra <kennethmyhra@gmail.com> | 2021-06-06 08:59:13 -0700 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-06-06 18:22:56 +0200 |
commit | 4ca4c43cbd2b31c79b505066b7f6d28dfe0a7eaa (patch) | |
tree | a0f17f8577e49c6f6baa17824e28d471a689c320 /Ports | |
parent | b968d4437509f9eb6378234f7409a20aa4b07fd7 (diff) | |
download | serenity-4ca4c43cbd2b31c79b505066b7f6d28dfe0a7eaa.zip |
Ports/freeciv: Add missing dependencies SDL2_gfx and curl (libcurl)
Diffstat (limited to 'Ports')
-rwxr-xr-x | Ports/freeciv/package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/freeciv/package.sh b/Ports/freeciv/package.sh index 4347019854..18a9e65dc7 100755 --- a/Ports/freeciv/package.sh +++ b/Ports/freeciv/package.sh @@ -5,4 +5,4 @@ useconfigure=true configopts="--enable-client=sdl2 --enable-fcmp=no" files="http://files.freeciv.org/beta/freeciv-${version}.tar.xz freeciv-${version}.tar.xz 9f44dc28068b239c18bda68192ddb27622030880f8ab9c17f777eac28391269e" auth_type=sha256 -depends="SDL2 SDL2_image SDL2_mixer SDL2_ttf zstd libicu xz gettext" +depends="SDL2 SDL2_image SDL2_mixer SDL2_ttf SDL2_gfx zstd libicu xz gettext curl" |