<div dir="ltr">I'm going through my ports installation and pruning out old versions. I've cleared out a few Python installs and now Perl is getting the same treatment. However I've gotten stuck and am not sure on the best way to proceed without breaking something.<br><br>$ port installed perl*<br>The following ports are currently installed:<br>  perl5 @5.26.1_0+perl5_26 (active)<br>  perl5.24 @5.24.4_4 (active)<br>  perl5.26 @5.26.3_4 (active)<br>  perl5.28 @5.28.2_2 (active)<br><br>$ port dependents perl5.24<br>p5.24-alien-wxwidgets depends on perl5.24<br>....<br><br>$ sudo port uninstall p5.24-alien-wxwidgets depends on perl5.24<br>Note: It is not recommended to uninstall/deactivate a port that has dependents as it breaks the dependents.<br>The following ports will break: p5-alien-wxwidgets @0.690.0_0<br><br>$ port info p5-alien-wxwidgets<br>p5-alien-wxwidgets @0.690.0 (perl)<br>Replaced by:        p5.26-alien-wxwidgets<br>Sub-ports:            p5.26-alien-wxwidgets, p5.28-alien-wxwidgets, p5.30-alien-wxwidgets<br><br>Library Dependencies: p5.26-alien-wxwidgets<br><div><br></div><div>So by removing p5.24-alien-wxwidgets I don't think anything will break. However any advice on how to proceed would be appreciated.</div></div>