diff options
author | dirk <dirk@FreeBSD.org> | 1999-01-10 14:11:19 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-01-10 14:11:19 +0000 |
commit | 799603eaf703232b0708f699136d6efcecbff48b (patch) | |
tree | 09b7a9a8687efb808d7232bba9ddf1814ddba017 /www/mod_php3 | |
parent | 44a6a5c62df60b22a379b96d1660630b023da760 (diff) | |
download | FreeBSD-ports-799603eaf703232b0708f699136d6efcecbff48b.zip FreeBSD-ports-799603eaf703232b0708f699136d6efcecbff48b.tar.gz |
Change dependencies from SSLeay to openssl, the successor of SSLeay.
Diffstat (limited to 'www/mod_php3')
-rw-r--r-- | www/mod_php3/scripts/configure.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index ce7cd4c..ae64efc 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -93,10 +93,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/SSLeay \\ - \${PREFIX}/lib/libssl.a:\${PORTSDIR}/security/SSLeay \\ - \${PREFIX}/lib/libcrypto.a:\${PORTSDIR}/security/SSLeay -RUN_DEPENDS+= ssleay:\${PORTSDIR}/security/SSLeay +BUILD_DEPENDS+= ssleay:\${PORTSDIR}/security/openssl \\ + \${PREFIX}/lib/libssl.a:\${PORTSDIR}/security/openssl \\ + \${PREFIX}/lib/libcrypto.a:\${PORTSDIR}/security/openssl +RUN_DEPENDS+= ssleay:\${PORTSDIR}/security/openssl VERSION_MODSSL= 2.1.6 |