Revision
100765
Author
raimue@macports.org
Date
2012-12-23 07:05:36 -0800 (Sun, 23 Dec 2012)

Log Message

audio/tagtool:
We need to use the same version of perl with which intltool was built.
See #30937 for some reference.

Modified Paths

Diff

Modified: trunk/dports/audio/tagtool/Portfile (100764 => 100765)


--- trunk/dports/audio/tagtool/Portfile	2012-12-23 13:20:51 UTC (rev 100764)
+++ trunk/dports/audio/tagtool/Portfile	2012-12-23 15:05:36 UTC (rev 100765)
@@ -47,3 +47,5 @@
     reinplace "s|-export-dynamic||g" ${worksrcpath}/src/Makefile
 }
 
+# intltool needs to be run with the correct version of perl
+configure.env-append INTLTOOL_PERL=${prefix}/bin/perl5.12