Solved Remove all packages added during install of libdvdcss

I installed libdvdcss from multimedia/libdvdcss with a make install and it seemed to install a ton of other stuff such as texlive. Is there any way to revert or delete all those extras that were installed?
 
Not sure if this will remove unneeded build dependencies but try pkg autoremove.
 
I installed libdvdcss from multimedia/libdvdcss with a make install and it seemed to install a ton of other stuff such as texlive. Is there any way to revert or delete all those extras that were installed?
As SirDice said pkg remove libdvdcss && pkg autoremove should remove all build and runtime dependencies that are no long needed.

multimedia/libdvdcss is very lightweight normally. I'd said that doxygen is the problem here. Make sure you disable the DOXYGEN option when/if you reinstall.
 
Back
Top