Revision: 118281 https://trac.macports.org/changeset/118281 Author: devans@macports.org Date: 2014-03-28 12:21:14 -0700 (Fri, 28 Mar 2014) Log Message: ----------- drivel: update m4/intltool.m4 and autoreconf to fix intltool configuration. Modified Paths: -------------- trunk/dports/gnome/drivel/Portfile Modified: trunk/dports/gnome/drivel/Portfile =================================================================== --- trunk/dports/gnome/drivel/Portfile 2014-03-28 18:48:52 UTC (rev 118280) +++ trunk/dports/gnome/drivel/Portfile 2014-03-28 19:21:14 UTC (rev 118281) @@ -38,6 +38,15 @@ depends_run 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-mime-update \ --disable-desktop-update \ --disable-schemas-install \
participants (1)
-
devans@macports.org