graphics/gegl: We need to use the same version of perl with which intltool was built. See #30937 for some reference.
--- trunk/dports/graphics/gegl/Portfile 2012-10-30 16:03:19 UTC (rev 99258)
+++ trunk/dports/graphics/gegl/Portfile 2012-10-30 16:04:25 UTC (rev 99259)
@@ -55,6 +55,9 @@
--without-vala \
--without-umfpack
+# intltool needs to be run with the correct version of perl
+configure.env-append INTLTOOL_PERL=${prefix}/bin/perl5.12
+
# disable parallel build, see #31498
use_parallel_build no