Revision: 119613 https://trac.macports.org/changeset/119613 Author: mk@macports.org Date: 2014-05-02 06:49:16 -0700 (Fri, 02 May 2014) Log Message: ----------- icoutils: follow neverpanic's advice to reinplace for use of perl5.16, but runtime deps to the right perl modules still missing (#43539) Modified Paths: -------------- trunk/dports/graphics/icoutils/Portfile Modified: trunk/dports/graphics/icoutils/Portfile =================================================================== --- trunk/dports/graphics/icoutils/Portfile 2014-05-02 13:38:59 UTC (rev 119612) +++ trunk/dports/graphics/icoutils/Portfile 2014-05-02 13:49:16 UTC (rev 119613) @@ -5,6 +5,7 @@ name icoutils version 0.31.0 +revision 1 categories graphics platforms darwin license GPL-3 @@ -27,3 +28,8 @@ depends_lib port:libpng depends_run port:perl5.16 +pre-configure { + reinplace "s|/usr/bin/perl|/usr/bin/perl5.16|" ${worksrcpath}/extresso/extresso.in + reinplace "s|/usr/bin/perl|/usr/bin/perl5.16|" ${worksrcpath}/extresso/genresscript.in +} +