Le Sun, Jan 07, 2024 at 04:51:14AM -0800, J. Scott Heppler a écrit : > On Sun, 7 Jan 2024, Rafael Sadowski wrote: > > > On Sat Jan 06, 2024 at 11:46:42AM -0800, J. Scott Heppler wrote: > > > > "dep: xfwm4 > window manager of the Xfce project > or x-window-manager > virtual package provided by [show 51 providing packages]" > > In Debian derivatives, the meta package will install xfwm4 unless one of the > 51 alternatives has been previously installed. I'm not aware that OpenBSD's > port infrastructure would do the same.
you can do that via such constructs as done in x11/xfce4/thunar: RUN_DEPENDS = xarchiver-*|file-roller-*|ark-*|engrampa-*:x11/xarchiver any of the alternative pkgnames at the left will fulfill the dependency if installed, otherwise it installs x11/xarchiver by default.