[142136] trunk/dports/perl/p5-term-editline/Portfile

devans at macports.org devans at macports.org
Sat Dec 12 04:28:58 PST 2015


Revision: 142136
          https://trac.macports.org/changeset/142136
Author:   devans at macports.org
Date:     2015-11-04 09:26:39 -0800 (Wed, 04 Nov 2015)
Log Message:
-----------
p5-term-editline: add missing dependency on libedit.

Modified Paths:
--------------
    trunk/dports/perl/p5-term-editline/Portfile

Modified: trunk/dports/perl/p5-term-editline/Portfile
===================================================================
--- trunk/dports/perl/p5-term-editline/Portfile	2015-11-04 17:16:35 UTC (rev 142135)
+++ trunk/dports/perl/p5-term-editline/Portfile	2015-11-04 17:26:39 UTC (rev 142136)
@@ -15,3 +15,8 @@
 
 checksums           rmd160  58936d64aa85d47556117c44f5ef9e2332b49ff5 \
                     sha256  9aac4ae13e8b957a93f41a13fd89cb3b80d21a4f4338d95d73fedcbf1748eb19
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:libedit
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/156a5dc3/attachment.html>


More information about the macports-changes mailing list