I'm sorry I don't know enough about perl packaging to answer. However, if this is the perl module default, I guess it makes sense?
Il 23 agosto 2024 20:17:00 CEST, "Kirill A. Korinsky" <kir...@korins.ky> ha scritto: >On Fri, 23 Aug 2024 19:52:42 +0200, >Omar Polo <o...@omarpolo.com> wrote: >> >> On 2024/08/23 17:08:38 +0200, Kirill A. Korinsky <kir...@korins.ky> wrote: >> > On Fri, 23 Aug 2024 11:58:09 +0200, >> > Omar Polo <o...@openbsd.org> wrote: >> > > >> > > works for me and the new C-b binding to play the audio is handy :) >> > > >> > >> > Also works fine, but I've noticed that on configure stage it complains as: >> >> That's because they're runtime dependencies that are not installed at >> build time. We could set >> >> BUILD_DEPENDS += ${RUN_DEPENDS} >> >> or something similar, but strictly speaking these dependencies are not >> needed to produce the package, just to run its content. >> > >Do the configure stage really needed here? Special which complains for >missed dependencies. > >-- >wbr, Kirill