Revision: 117410 https://trac.macports.org/changeset/117410 Author: devans@macports.org Date: 2014-02-25 12:07:47 -0800 (Tue, 25 Feb 2014) Log Message: ----------- gnome-dictionary: autoreconf with our intltool.m4 to fix intltool configuration, build deps. Modified Paths: -------------- trunk/dports/gnome/gnome-dictionary/Portfile Modified: trunk/dports/gnome/gnome-dictionary/Portfile =================================================================== --- trunk/dports/gnome/gnome-dictionary/Portfile 2014-02-25 19:59:37 UTC (rev 117409) +++ trunk/dports/gnome/gnome-dictionary/Portfile 2014-02-25 20:07:47 UTC (rev 117410) @@ -24,7 +24,8 @@ depends_build port:pkgconfig \ port:intltool \ - port:itstool + port:itstool \ + port:yelp-tools depends_lib port:desktop-file-utils \ port:gnome-icon-theme \ @@ -33,6 +34,15 @@ depends_run port:gnome-settings-daemon \ port:yelp +# update m4/intltool.m4 and autoreconf + +pre-configure { + copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4 +} + +use_autoreconf yes +autoreconf.args -fvi + configure.args --disable-schemas-compile \ --disable-silent-rules