I'm in the process of building R14.0.13 on FreeBSD and I've had a recurring issue I figured I would mention. libksquirrel calls for librsvg2, but to have gtk3-tqt-engine (or just GTK3 in general) it calls for librsvg2-rust. Librsvg2 and librsvg2-rust install in the same place so this results in a build error. In R14.0.12 I tried to remove the dependency on librsvg2 from libksquirrel and instead keep librsvg2-rust but ksquirrel doesn't work without it. In my current build process I ran into this again. Any ideas?