[128972] trunk/dports/devel/libtool/Portfile

larryv at macports.org larryv at macports.org
Mon Dec 1 10:55:38 PST 2014


Revision: 128972
          https://trac.macports.org/changeset/128972
Author:   larryv at 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:
--------------
    trunk/dports/devel/libtool/Portfile

Modified: trunk/dports/devel/libtool/Portfile
===================================================================
--- 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 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141201/36211e9e/attachment.html>


More information about the macports-changes mailing list