Remove a Port and All Ports It Installed ======================================== Author: Momchil Ivanov Date : 2013.07.30 Introduction ------------ This article describes how to remove a port and all of its dependencies. Method: using pkg_cutleaves --------------------------- You need to install the port ports-mgmt/pkg_cutleaves. Then execute: # pkg_cutleaves -RV delete the line containing the port that you want to delete, save and close the editor.