diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-03-26 08:48:53 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-03-26 08:48:53 +0000 |
commit | cc2417a5a56d18fd6b4a57b9d64b9b861b8bac83 (patch) | |
tree | 055c6bde478a6f6742c13798ae9c7778996215a1 | |
parent | ${PREFIX}/bin/ssleay -> ${PREFIX}/bin/openssl due to openssl upgrade. (diff) |
${PREFIX}/bin/ssleay -> ${PREFIX}/bin/openssl due to openssl upgrade.
Notes
Notes:
svn path=/head/; revision=17398
-rw-r--r-- | www/mod_php3/scripts/configure.php | 4 | ||||
-rw-r--r-- | www/mod_php4/scripts/configure.php | 4 | ||||
-rw-r--r-- | www/mod_php5/scripts/configure.php | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index 14a8aafa4539..5d2c15e54409 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/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 diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index 14a8aafa4539..5d2c15e54409 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/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 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 |