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.
--- 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 \