> On Apr 20, 2017, at 1:01 PM, db <[email protected]> wrote: > > `port rdeps` now lists clang-3.9 and so does `port space`, giving the wrong > size even for a port that's just composed of a couple shell scripts. >
You’ve made clang-3.9 a build dep for everything by setting the default compiler to clang-3.9. It will always be listed, for all ports. It’s the way macports works. The fact that it’s listed as a build dep now won’t cause any harm, take up any room, or affect anything. You set it that way, and you already have clang-3.9 installed. Does this concern you somehow? It shouldn’t. Just ignore it. K
