[119617] trunk/dports/graphics/icoutils/Portfile

mk at macports.org mk at macports.org
Fri May 2 07:38:51 PDT 2014


Revision: 119617
          https://trac.macports.org/changeset/119617
Author:   mk at macports.org
Date:     2014-05-02 07:38:51 -0700 (Fri, 02 May 2014)
Log Message:
-----------
icoutils: p5.16-libwww-perl IS the correct runtime dep, since it provides LWP (closes #43539)

Modified Paths:
--------------
    trunk/dports/graphics/icoutils/Portfile

Modified: trunk/dports/graphics/icoutils/Portfile
===================================================================
--- trunk/dports/graphics/icoutils/Portfile	2014-05-02 14:22:26 UTC (rev 119616)
+++ trunk/dports/graphics/icoutils/Portfile	2014-05-02 14:38:51 UTC (rev 119617)
@@ -5,7 +5,7 @@
 
 name                icoutils
 version             0.31.0
-revision            2
+revision            3
 categories          graphics
 platforms           darwin
 license             GPL-3
@@ -26,7 +26,8 @@
 use_bzip2           yes
 
 depends_lib         port:libpng
-depends_run         port:perl5.16
+depends_run         port:perl5.16 \
+                    port:p5.16-libwww-perl
 
 post-patch {
     reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.16|" ${worksrcpath}/extresso/extresso.in
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140502/7123cdd8/attachment.html>


More information about the macports-changes mailing list