[85045] trunk/dports/math/pecco/Portfile

Ryan Schmidt ryandesign at macports.org
Sat Oct 8 00:05:14 PDT 2011


On Oct 7, 2011, at 22:48, hum at macports.org wrote:

> Revision: 85045
>          http://trac.macports.org/changeset/85045
> Author:   hum at macports.org
> Date:     2011-10-07 20:48:41 -0700 (Fri, 07 Oct 2011)
> Log Message:
> -----------
> pecco: use darts-clone instead of darts, add darts variant, update checksums, simplify universal cflags, modify livecheck.
> 
> Modified Paths:
> --------------
>    trunk/dports/math/pecco/Portfile
> 

> +depends_lib         port:darts-clone
> +
> worksrcdir          ${name}
> use_bzip2           yes
> 
> -# use darts instead of darts_clone
> patchfiles          patch-pecco_conf.h.diff
> 
> +variant darts description {Use darts instead of darts_clone} {
> +    depends_lib-replace    s|port:darts-clone|port:darts|
> +}
> +

Since darts and darts-clone conflict with one another and are apparently interchangeable at least for pecco, write the dependency using path:-style instead of port:-style and dispense with the variant.

depends_lib path:some/file/they/both/install:darts-clone




More information about the macports-dev mailing list