Revision: 99259 http://trac.macports.org//changeset/99259 Author: raimue@macports.org Date: 2012-10-30 09:04:25 -0700 (Tue, 30 Oct 2012) Log Message: ----------- graphics/gegl: We need to use the same version of perl with which intltool was built. See #30937 for some reference. Modified Paths: -------------- trunk/dports/graphics/gegl/Portfile Modified: trunk/dports/graphics/gegl/Portfile =================================================================== --- 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
participants (1)
-
raimue@macports.org