Revision: 117320 https://trac.macports.org/changeset/117320 Author: devans@macports.org Date: 2014-02-21 18:10:04 -0800 (Fri, 21 Feb 2014) Log Message: ----------- replace in-tree intltool.m4 with our version, autoreconf to correct intltool configuration, dependencies. Modified Paths: -------------- trunk/dports/gnome/gnome-backgrounds/Portfile Modified: trunk/dports/gnome/gnome-backgrounds/Portfile =================================================================== --- trunk/dports/gnome/gnome-backgrounds/Portfile 2014-02-22 00:49:12 UTC (rev 117319) +++ trunk/dports/gnome/gnome-backgrounds/Portfile 2014-02-22 02:10:04 UTC (rev 117320) @@ -27,4 +27,15 @@ depends_build port:intltool \ port:gettext +depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 + +# update m4/intltool.m4 and autoreconf + +pre-configure { + copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4 +} + +use_autoreconf yes +autoreconf.args -fvi + livecheck.type gnome
participants (1)
-
devans@macports.org