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 saidI 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?
pkg remove libdvdcss && pkg autoremove
should remove all build and runtime dependencies that are no long needed.