Modified: trunk/dports/gnome/libgnome/Portfile (118281 => 118282)
--- trunk/dports/gnome/libgnome/Portfile 2014-03-28 19:21:14 UTC (rev 118281)
+++ trunk/dports/gnome/libgnome/Portfile 2014-03-28 19:56:40 UTC (rev 118282)
@@ -33,6 +33,15 @@
port:libiconv \
port:gettext
+# 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
post-activate {