Grzegorz Junka wrote on 2019/05/22 14:11:
[...]
Are you saying that even if elinks was reinstalled with dependencies
that wouldn't help?
We have two issues here:
1. How to reinstall a package with dependencies (as stated in the subject)
You can try something like this
pkg install -f `pkg info -d elinks | tr -d :`
pkg info -d will list direct dependencies of the port and then this list
is given to command pkg install -f.
Miroslav Lachman
_______________________________________________
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"