Re: How to set ALSA option for multimedia/mpv on 14current.

From: Tatsuki Makino <tatsuki_makino_at_hotmail.com>
Date: Wed, 15 Dec 2021 22:15:32 UTC
Tomoaki AOKI wrote on 2021/12/15 18:17:
> 
> Just a FYI.

I also just hang around FYI :)

There is no point in creating and keeping a dialog4ports package with poudriere, etc.
Because the following command will not install the package.

make -C /usr/ports/cat/portwhichhasoptions USE_PACKAGE_DEPENDS=yes config

The code to scratch dialog4ports is written in Mk/Scripts/dialog4ports.sh.
Is it possible to add more variables and targets like the following keywords, like the pkg-depends target?

CONFIG_DEPENDS= dialog4ports:ports-mgmt/dialog4ports
make -C /usr/ports/.../someport config-depends	# <- dialog4ports, etc. will be installed.

Regards.