summaryrefslogtreecommitdiff
path: root/testing/dhewm3
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-09-27 10:07:47 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-09-30 08:45:10 +0000
commit54c6239e5ad8349b43a74edc0dc2729676851df0 (patch)
tree203b1f1893a93cbe389f9322a527bd235a3506cb /testing/dhewm3
parent10ef255bd12d3108a346527c9c87427839c0f367 (diff)
downloadaports-54c6239e5ad8349b43a74edc0dc2729676851df0.zip
testing/dhewm3: remove unnecessary explicit dependencies
Diffstat (limited to 'testing/dhewm3')
-rw-r--r--testing/dhewm3/APKBUILD2
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