Revision: 117384 https://trac.macports.org/changeset/117384 Author: devans@macports.org Date: 2014-02-24 12:45:41 -0800 (Mon, 24 Feb 2014) Log Message: ----------- gnome-themes-standard: replace in-tree intltool.m4 with our version, autoreconf to correct intltool configuration. Modified Paths: -------------- trunk/dports/gnome/gnome-themes-standard/Portfile Modified: trunk/dports/gnome/gnome-themes-standard/Portfile =================================================================== --- trunk/dports/gnome/gnome-themes-standard/Portfile 2014-02-24 20:24:10 UTC (rev 117383) +++ trunk/dports/gnome/gnome-themes-standard/Portfile 2014-02-24 20:45:41 UTC (rev 117384) @@ -34,6 +34,15 @@ port:gtk2 \ port:librsvg +# update m4/intltool.m4 and autoreconf + +pre-configure { + copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4 +} + +use_autoreconf yes +autoreconf.args -fvi + notes " You can make Adwaita the default theme with: ------------------------------------------------------