On Aug 21, 2013, at 8:20 AM, Mojca Miklavec <mo...@macports.org> wrote:

> On Wed, Aug 21, 2013 at 9:36 AM, Jeremy Huddleston Sequoia wrote:
>> On Aug 20, 2013, at 23:43, mo...@macports.org wrote:
>> 
>>> +    # TODO: ImageMagick doesn't need to be universal
>>> +    # it's only needed to convert the image to png
>>> +    # if there is a more lightweight program to do the same, that one 
>>> should be used
>>> +    # or the icon as png should be fetched from elsewhere
>> 
>> Then you should probably also do:
>> depends_skip_archcheck-append ImageMagick
> 
> Does that imply a runtime or a build time dependency? (It's not clear
> from the name.)

It implies neither; "depends_skip_archcheck" is just a list of dependency ports 
for which MacPorts will not do its usual architecture check. You still have to 
specify the dependency separately.

    depends_build-append            port:ImageMagick
    depends_skip_archcheck-append   ImageMagick

vq
_______________________________________________
macports-dev mailing list
macports-dev@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to