Modified: trunk/dports/graphics/icoutils/Portfile (119612 => 119613)
--- 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
+}
+