[111797] trunk/dports/math/gnudatalanguage/Portfile

Rainer Müller raimue at macports.org
Thu Oct 3 00:22:36 PDT 2013


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


More information about the macports-dev mailing list