I want to find/list/search packages depending on a specific package on FreeBSD with pkg tool. How can I do that? Something like:
# pkg list dependent-upon llvm40 ???
Running $ man pkg-info, I see:
OPTIONS
The following options are supported by pkg info:
-r, --required-by
Display the list of packages which require pkg-name.
I tested and it works:
$ pkg info -r llvm40
llvm40-4.0.1:
mesa-dri-17.1.7