[109882] users/mojca/wxports/x11/xchm/Portfile

Lawrence Velázquez larryv at macports.org
Wed Aug 21 06:38:38 PDT 2013


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

> On Wed, Aug 21, 2013 at 9:36 AM, Jeremy Huddleston Sequoia wrote:
>> On Aug 20, 2013, at 23:43, mojca at 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


More information about the macports-dev mailing list