If you're just trying to remove the package, use pkg_delete,
for example;
Code:
# pkg_delete lsof-4.57
If it informs you the package has dependencies and cannot be deleted, you still want to get rid of it use the -f option
Code:
# pkg_delete -f lsof-4.57
that will force the deletion.