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

ryandesign at macports.org ryandesign at macports.org
Mon Mar 1 13:06:31 PST 2010


Revision: 64311
          http://trac.macports.org/changeset/64311
Author:   ryandesign at macports.org
Date:     2010-03-01 13:06:31 -0800 (Mon, 01 Mar 2010)
Log Message:
-----------
libtool: add dependencies on grep and gsed, paths to which glibtoolize will hardcode if they are present; see #19237

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

Modified: trunk/dports/devel/libtool/Portfile
===================================================================
--- trunk/dports/devel/libtool/Portfile	2010-03-01 19:54:18 UTC (rev 64310)
+++ trunk/dports/devel/libtool/Portfile	2010-03-01 21:06:31 UTC (rev 64311)
@@ -4,6 +4,7 @@
 
 name            libtool
 version         2.2.6b
+revision        1
 categories      devel sysutils
 maintainers     boeyms openmaintainer
 description     GNU Libtool - The GNU Portable Library Tool
@@ -23,6 +24,9 @@
 
 depends_build   port:automake
 
+depends_lib     port:grep \
+                port:gsed
+
 #worksrcdir      [strsed $distname {s/[a-z]*$//}]
 
 configure.args  --program-prefix=g
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100301/10fffd4c/attachment.html>


More information about the macports-changes mailing list