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 /www/mod_php3 | |
parent | 8c955d186de9043c73baf643ea165ce9d2f450a2 (diff) | |
download | ports-cc2417a5a56d18fd6b4a57b9d64b9b861b8bac83.tar.gz ports-cc2417a5a56d18fd6b4a57b9d64b9b861b8bac83.zip |
${PREFIX}/bin/ssleay -> ${PREFIX}/bin/openssl due to openssl upgrade.
Notes
Notes:
svn path=/head/; revision=17398
Diffstat (limited to 'www/mod_php3')
-rw-r--r-- | www/mod_php3/scripts/configure.php | 4 |
1 files changed, 2 insertions, 2 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 |