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

mojca at macports.org mojca at macports.org
Wed Aug 21 06:42:51 PDT 2013


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
     post-build {
         system -W ${worksrcpath}/art "${prefix}/bin/convert ${icon_name}.xpm ${icon_name}.png"
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130821/eb7778bc/attachment.html>


More information about the macports-changes mailing list