I'm using portmaster to install editors/openoffice.org-3 and ran into an issue. While running portmaster, one of the recursive (albeit optional) deps for OO is seamonkey-1.14. In hind's sight, I would prefer to remove it.
I read the full man page on portmaster, but haven't been able to figure out how to integrate an rmconfig-like command.
I even thought something like
I went ahead and did a manual
How do I go about resetting optional port dependencies when running portmaster?
Thanks!
I read the full man page on portmaster, but haven't been able to figure out how to integrate an rmconfig-like command.
# portmaster --force-config editors/openoffice.org-3
doesn't help. I even thought something like
# portmaster editors/openoffice.org-3 -m rmconfig-recursive
but -m must have another use.I went ahead and did a manual
# cd /usr/ports/editors/openoffice.org-3/ && make rmconfig-recursive
but when I rerun # portmaster editors/openoffice.org-3
, I'm not still not prompted with any options.How do I go about resetting optional port dependencies when running portmaster?
Thanks!