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

larryv at macports.org larryv at macports.org
Thu Apr 23 15:25:03 PDT 2015


Revision: 135461
          https://trac.macports.org/changeset/135461
Author:   larryv at macports.org
Date:     2015-04-23 15:25:03 -0700 (Thu, 23 Apr 2015)
Log Message:
-----------
libtool: Don't override grep/sed dependency

Modified Paths:
--------------
    trunk/dports/devel/libtool/Portfile

Modified: trunk/dports/devel/libtool/Portfile
===================================================================
--- trunk/dports/devel/libtool/Portfile	2015-04-23 22:23:03 UTC (rev 135460)
+++ trunk/dports/devel/libtool/Portfile	2015-04-23 22:25:03 UTC (rev 135461)
@@ -19,14 +19,16 @@
                     libraries behind a consistent, portable interface.
 homepage            http://www.gnu.org/software/libtool/
 
-if {${os.platform} ne "darwin"} {
-    depends_lib     port:grep port:gsed
-}
 # libtoolize requires GNU M4 at runtime as of 2.4.3 and at configure
 # time as of 2.4.5.
 # (http://lists.gnu.org/archive/html/libtool/2014-12/msg00000.html).
 depends_lib         bin:gm4:m4
 
+# https://trac.macports.org/ticket/19237
+if {${os.platform} ne "darwin"} {
+    depends_lib-append port:grep port:gsed
+}
+
 master_sites        gnu
 checksums           rmd160  6f4b4c3e89426652da3acffa707f71bb4ccee26a \
                     sha256  e3bd4d5d3d025a36c21dd6af7ea818a2afcd4dfc1ea5a17b39d7854bcd0c06e3
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150423/f81d7db2/attachment.html>


More information about the macports-changes mailing list