On Thu, Sep 29, 2022 at 09:34:15PM +0300, Maksim Rodin wrote: > I cannot install warzone2100 on OpenBSD 7.1(amd64) stable > When I do: > "doas pkg_add warzone2100" > > I get: > "quirks-5.5 signed on 2022-09-24T12:39:42Z > Error in warzone2100-4.2.4: @tag gtk-update-icon-cache definition not found > Direct dependencies for warzone2100-4.2.4 resolve to harfbuzz-4.2.0 > libogg-1.3.5 openal-1.21.1p3v0 libtheora-1.2.20190601p0 > desktop-file-utils-0.26 png-1.6.37 libsodium-1.0.18p1 sdl2-2.0.20 curl-7.85.0 > sqlite3-3.38.3 libvorbis-1.3.7 physfs-3.0.2p0 miniupnpc-2.1p0 > Full dependency tree is miniupnpc-2.1p0 physfs-3.0.2p0 libvorbis-1.3.7 > libmysofa-1.2 sqlite3-3.38.3 curl-7.85.0 libiconv-1.16p0 glib2-2.70.5 > libsodium-1.0.18p1 harfbuzz-4.2.0 pcre-8.44 xz-5.2.5p1 libsamplerate-0.2.2p0 > gettext-runtime-0.21p1 nghttp2-1.47.0 libffi-3.3p1 lzo2-2.10p2 sdl2-2.0.20 > png-1.6.37 desktop-file-utils-0.26 cairo-1.17.6 libtheora-1.2.20190601p0 > libogg-1.3.5 openal-1.21.1p3v0 bzip2-1.0.8p0 graphite2-1.3.14 python-3.9.14 > Couldn't install warzone2100-4.2.4"
It misses a RUN_DEPENDS on x11/gtk+3,-guic -- Antoine