[137309] trunk/dports/devel/automake/Portfile

larryv at macports.org larryv at macports.org
Mon Jun 8 17:21:55 PDT 2015


Revision: 137309
          https://trac.macports.org/changeset/137309
Author:   larryv at macports.org
Date:     2015-06-08 17:21:55 -0700 (Mon, 08 Jun 2015)
Log Message:
-----------
automake: Use system Perl

Same rationale that I gave for Autoconf in r136318.

Revision Links:
--------------
    https://trac.macports.org/changeset/136318

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

Modified: trunk/dports/devel/automake/Portfile
===================================================================
--- trunk/dports/devel/automake/Portfile	2015-06-09 00:21:53 UTC (rev 137308)
+++ trunk/dports/devel/automake/Portfile	2015-06-09 00:21:55 UTC (rev 137309)
@@ -11,7 +11,7 @@
 # from the older version of automake.
 # cf: ${prefix}/share/libtool/aclocal.m4
 version             1.15
-revision            0
+revision            1
 
 categories          devel
 platforms           darwin freebsd
@@ -29,14 +29,16 @@
 homepage            http://www.gnu.org/software/automake
 
 depends_build       port:autoconf
-depends_lib         path:bin/perl:perl5
 installs_libs       no
 
 master_sites        gnu
 checksums           rmd160  f6b79bd925768c9175f79fdfc64f9a364a2230a5 \
                     sha256  7946e945a96e28152ba5a6beb0625ca715c6e32ac55f2e353ef54def0c8ed924
 
-configure.perl      ${prefix}/bin/perl
+# It should be safe to use the system Perl, since Automake only uses
+# core modules. The configure script recommends 5.8.2 or later, and
+# Tiger has 5.8.6.
+configure.perl      /usr/bin/perl
 configure.args      --disable-silent-rules
 
 test.run            yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150608/77f9f90d/attachment-0001.html>


More information about the macports-changes mailing list