[109887] users/mojca/wxports/x11/xchm/Portfile
Ryan Schmidt
ryandesign at macports.org
Wed Aug 21 20:14:48 PDT 2013
On Aug 21, 2013, at 08:42, mojca at macports.org wrote:
> Revision: 109887
> https://trac.macports.org/changeset/109887
> Author: mojca at macports.org
> Date: 2013-08-21 06:42:51 -0700 (Wed, 21 Aug 2013)
> Log Message:
> -----------
> mojca/xchm: use depends_skip_archcheck-append for ImageMagic
>
> Modified Paths:
> --------------
> users/mojca/wxports/x11/xchm/Portfile
>
> Modified: users/mojca/wxports/x11/xchm/Portfile
> ===================================================================
> --- users/mojca/wxports/x11/xchm/Portfile 2013-08-21 13:22:03 UTC (rev 109886)
> +++ users/mojca/wxports/x11/xchm/Portfile 2013-08-21 13:42:51 UTC (rev 109887)
> @@ -52,11 +52,12 @@
> app.name xCHM
> app.executable xchm
> app.icon ${worksrcpath}/art/${icon_name}.png
> - # TODO: ImageMagick doesn't need to be universal
> - # it's only needed to convert the image to png
> + # TODO: ImageMagick is 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
> + # or the icon as png/icns should be fetched from elsewhere
> depends_build-append port:ImageMagick
> + depends_skip_archcheck-append \
> + port:ImageMagick
It must be only the port name, not the full depspec.
depends_skip_archcheck-append \
ImageMagick
More information about the macports-dev
mailing list