Revision: 117425 https://trac.macports.org/changeset/117425 Author: devans@macports.org Date: 2014-02-25 19:08:45 -0800 (Tue, 25 Feb 2014) Log Message: ----------- seed: autoreconf with our intltool.m4 to correct intltool configuration, build deps. Modified Paths: -------------- trunk/dports/gnome/seed/Portfile Modified: trunk/dports/gnome/seed/Portfile =================================================================== --- trunk/dports/gnome/seed/Portfile 2014-02-26 00:19:03 UTC (rev 117424) +++ trunk/dports/gnome/seed/Portfile 2014-02-26 03:08:45 UTC (rev 117425) @@ -22,7 +22,8 @@ rmd160 8449a20e3f54c69de4fadde957e600e9de7b2ecd depends_build port:pkgconfig \ - port:intltool + port:intltool \ + port:gtk-doc depends_lib port:gobject-introspection \ port:gettext \ @@ -36,6 +37,11 @@ port:libxml2 \ port:sqlite3 +# autoreconf with our intltool.m4 + +use_autoreconf yes +autoreconf.args -fvi + configure.args --disable-gettext-module # TODO: Check ${configure.cxx_stdlib} directly once MacPorts 2.3 is released