Revision
128972
Author
larryv@macports.org
Date
2014-12-01 10:55:38 -0800 (Mon, 01 Dec 2014)

Log Message

libtool: Add explicit runtime dependency on GNU M4

OS X provides M4 since Snow Leopard at least, so probably no need to
revbump.

Modified Paths

Diff

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 \