Modified: trunk/dports/devel/libtool/Portfile (128971 => 128972)
--- trunk/dports/devel/libtool/Portfile 2014-12-01 18:40:19 UTC (rev 128971)
+++ trunk/dports/devel/libtool/Portfile 2014-12-01 18:55:38 UTC (rev 128972)
@@ -22,6 +22,9 @@
if {${os.platform} ne "darwin"} {
depends_lib port:grep port:gsed
}
+# libtoolize requires GNU M4 as of 2.4.3
+# (http://lists.gnu.org/archive/html/libtool/2014-12/msg00000.html).
+depends_run bin:gm4:m4
master_sites gnu
checksums rmd160 5dd509e9815171cbef1c8496976d0db6bef68f63 \