[148279] trunk/dports/math/dolfin/Portfile
Ryan Schmidt
ryandesign at macports.org
Mon May 2 21:49:49 PDT 2016
> On May 2, 2016, at 6:22 PM, mps at macports.org wrote:
>
> Revision
> 148279
> Author
> mps at macports.org
> Date
> 2016-05-02 16:22:07 -0700 (Mon, 02 May 2016)
> Log Message
>
> dolfin: add vtk6 variant to enable El Capitan builds (#50815, maintainer timeout).
> +variant vtk6 description {Build with vtk6} {
> + depends_lib-append port:vtk
> + depends_lib-delete port:vtk5
> +}
For future reference, note that you can also write:
depends_lib-replace port:vtk5 port:vtk
More information about the macports-dev
mailing list