diff options
author | Leo <thinkabit.ukim@gmail.com> | 2021-09-27 10:07:47 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2021-09-30 08:45:10 +0000 |
commit | 54c6239e5ad8349b43a74edc0dc2729676851df0 (patch) | |
tree | 203b1f1893a93cbe389f9322a527bd235a3506cb /testing/dhewm3 | |
parent | 10ef255bd12d3108a346527c9c87427839c0f367 (diff) | |
download | aports-54c6239e5ad8349b43a74edc0dc2729676851df0.zip |
testing/dhewm3: remove unnecessary explicit dependencies
Diffstat (limited to 'testing/dhewm3')
-rw-r--r-- | testing/dhewm3/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/dhewm3/APKBUILD b/testing/dhewm3/APKBUILD index 3b959c3785e..089eb9ab3d6 100644 --- a/testing/dhewm3/APKBUILD +++ b/testing/dhewm3/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="Doom 3 engine with native 64-bit support, SDL, and OpenAL" url="https://dhewm3.org/" arch="x86_64 x86" # disabled for the other architectures due to compiling problems license="GPL-3.0-only" -depends="curl libjpeg-turbo libvorbis sdl2 zlib libogg libpng libvorbis" +depends="curl libogg libpng libvorbis" makedepends="cmake libjpeg-turbo-dev libogg-dev libpng-dev libvorbis-dev make openal-soft-dev sdl2-dev zlib-dev" options="!check" # make check not implemented |