Modified: trunk/dports/gnome/folks/Portfile (117309 => 117310)
--- trunk/dports/gnome/folks/Portfile 2014-02-21 21:16:05 UTC (rev 117309)
+++ trunk/dports/gnome/folks/Portfile 2014-02-21 21:31:10 UTC (rev 117310)
@@ -43,6 +43,15 @@
port:libxml2 \
port:vala
+# 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-eds-backend \
--disable-bluez-backend \
--enable-libsocialweb-backend=yes \