[132609] trunk/dports/devel/openssl/Portfile
Revision: 132609 https://trac.macports.org/changeset/132609 Author: larryv@macports.org Date: 2015-02-05 13:50:33 -0800 (Thu, 05 Feb 2015) Log Message: ----------- openssl: Force configure to use the system Perl 5 The installation contains a few small scripts that require Perl 5. The system Perl should be more than sufficient for these, but the configure script bakes in the path of MacPorts' perl5 if that port is installed. Modified Paths: -------------- trunk/dports/devel/openssl/Portfile Modified: trunk/dports/devel/openssl/Portfile =================================================================== --- trunk/dports/devel/openssl/Portfile 2015-02-05 21:16:51 UTC (rev 132608) +++ trunk/dports/devel/openssl/Portfile 2015-02-05 21:50:33 UTC (rev 132609) @@ -55,6 +55,7 @@ } configure.ccache no +configure.perl /usr/bin/perl configure.cmd ./Configure configure.args -L${prefix}/lib \ no-krb5 \
participants (1)
-
larryv@macports.org