From 2546729c3fe1c6d1963a5d60d79b8e8ffd35d76a Mon Sep 17 00:00:00 2001 From: dirk Date: Fri, 26 Mar 1999 08:48:53 +0000 Subject: ${PREFIX}/bin/ssleay -> ${PREFIX}/bin/openssl due to openssl upgrade. --- www/mod_php5/scripts/configure.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/mod_php5') diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index 14a8aafa4539..5d2c15e54409 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -99,10 +99,10 @@ MASTER_SITES+= http://www.engelschall.com/sw/mod_ssl/distrib/ \\ ftp://ftp.ntrl.net/pub/mirror/ralfsw/mod_ssl/ DISTFILES+= mod_ssl-\${VERSION_MODSSL}-\${VERSION_APACHE}\${EXTRACT_SUFX} -BUILD_DEPENDS+= ssleay:\${PORTSDIR}/security/openssl \\ +BUILD_DEPENDS+= openssl:\${PORTSDIR}/security/openssl \\ \${PREFIX}/lib/libssl.a:\${PORTSDIR}/security/openssl \\ \${PREFIX}/lib/libcrypto.a:\${PORTSDIR}/security/openssl -RUN_DEPENDS+= ssleay:\${PORTSDIR}/security/openssl +RUN_DEPENDS+= openssl:\${PORTSDIR}/security/openssl VERSION_MODSSL= 2.2.5 -- cgit