Revision: 117380 https://trac.macports.org/changeset/117380 Author: devans@macports.org Date: 2014-02-24 12:06:51 -0800 (Mon, 24 Feb 2014) Log Message: ----------- gimp-jp2: autoreconf with our intltool.m4 to fix intltool configuration. Modified Paths: -------------- trunk/dports/graphics/gimp-jp2/Portfile Modified: trunk/dports/graphics/gimp-jp2/Portfile =================================================================== --- trunk/dports/graphics/gimp-jp2/Portfile 2014-02-24 19:55:01 UTC (rev 117379) +++ trunk/dports/graphics/gimp-jp2/Portfile 2014-02-24 20:06:51 UTC (rev 117380) @@ -46,6 +46,11 @@ file delete ${worksrcpath}/src/openjpeg.h } +# autoreconf using MacPorts intltool.m4 + +use_autoreconf yes +autoreconf.args -fvi + post-destroot { delete ${destroot}${prefix}/share/gimp-plugin-template }