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/apache13-ssl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/apache13-ssl/Makefile') diff --git a/www/apache13-ssl/Makefile b/www/apache13-ssl/Makefile index ad3570c8126a..019d7fbfc446 100644 --- a/www/apache13-ssl/Makefile +++ b/www/apache13-ssl/Makefile @@ -39,8 +39,8 @@ MAINTAINER= adam@algroup.co.uk BUILD_DEPENDS= openssl:${PORTSDIR}/security/openssl -BUILD_DEPENDS= ${PREFIX}/lib/libcrypto.a:${PORTSDIR}/security/openssl \ - ${PREFIX}/lib/libssl.a:${PORTSDIR}/security/openssl +LIB_DEPENDS= crypto.1:${PORTSDIR}/security/openssl \ + ssl.1:${PORTSDIR}/security/openssl RUN_DEPENDS= openssl:${PORTSDIR}/security/openssl HAS_CONFIGURE= yes -- cgit v1.2.3