From acf35466446c6b369b534baa051eaf8468d9db77 Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Sun, 7 Nov 1999 22:25:40 +0000 Subject: Change dependencies from static to shared openssl libraries, because openssl also builds shared libraries, now. --- www/mod_php3/scripts/configure.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/mod_php3') diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index afabc2dd5629..40f57f46ee41 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -132,9 +132,9 @@ DISTFILES+= mod_ssl-\${VERSION_MODSSL}-\${VERSION_APACHE}\${EXTRACT_SUFX} BUILD_DEPENDS+= openssl:\${PORTSDIR}/security/openssl \\ mm-config:\${PORTSDIR}/devel/mm \\ - \${PREFIX}/lib/libssl.a:\${PORTSDIR}/security/openssl \\ - \${PREFIX}/lib/libcrypto.a:\${PORTSDIR}/security/openssl \\ \${PREFIX}/lib/libmm.a:\${PORTSDIR}/devel/mm +LIB_DEPENDS+= crypto.1:\${PORTSDIR}/security/openssl \\ + ssl.1:\${PORTSDIR}/security/openssl RUN_DEPENDS+= openssl:\${PORTSDIR}/security/openssl VERSION_MODSSL= 2.4.8 -- cgit v1.2.3