Revision: 118278 https://trac.macports.org/changeset/118278 Author: devans@macports.org Date: 2014-03-28 11:00:30 -0700 (Fri, 28 Mar 2014) Log Message: ----------- gconf-editor: update m4/intltool.m4 and autoreconf to fix intltool configuration. Modified Paths: -------------- trunk/dports/gnome/gconf-editor/Portfile Modified: trunk/dports/gnome/gconf-editor/Portfile =================================================================== --- trunk/dports/gnome/gconf-editor/Portfile 2014-03-28 17:43:42 UTC (rev 118277) +++ trunk/dports/gnome/gconf-editor/Portfile 2014-03-28 18:00:30 UTC (rev 118278) @@ -35,6 +35,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-install \ --disable-scrollkeeper
participants (1)
-
devans@macports.org