On 2013-10-03 08:57, Takeshi Enomoto wrote: > BTW buildbot complains the lack of /opt/local/bin/cmake. > Portgroup cmake is used and plplot depends on cmake so cmake should be > installed. > Do I have to explicitly write depends_build port:cmake?
cmake is usually already in depends_build when you use the port group. However, in the way you add the dependency on pkgconfig, you override any existing value already in this list. You need to append to the list to retain the value from the port group. depends_build-append port:pkgconfig Rainer _______________________________________________ macports-dev mailing list macports-dev@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-dev