[121560] trunk/dports/science/magicspp
Ryan Schmidt
ryandesign at macports.org
Thu Jul 17 18:30:21 PDT 2014
On Jun 30, 2014, at 2:28 AM, takeshi at macports.org wrote:
> Revision
> 121560
> Author
> takeshi at macports.org
> Date
> 2014-06-30 00:28:20 -0700 (Mon, 30 Jun 2014)
> Log Message
>
> magicspp: updated for 2.22.6. build with cmake. enabled build on Mavericks, closing #42958
> Modified Paths
>
> • trunk/dports/science/magicspp/Portfile
> +PortGroup cmake 1.0
> +PortGroup compilers 1.0
> +depends_build port:cmake \
> + port:flex
You don't need to add a build dependency on cmake; the cmake portgroup does that for you. You just need to append to depends_build when you add flex, rather than overwriting it.
> +configure.cmd cmake
You don't need to set configure.cmd to cmake; the cmake portgroup does that for you.
More information about the macports-dev
mailing list