diff options
author | dirk <dirk@FreeBSD.org> | 1999-11-07 22:25:40 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-11-07 22:25:40 +0000 |
commit | b69114316e53cc13ea8e80defd247b8bff50965b (patch) | |
tree | f3ab188fc13b5209e082e7e5e7906353adac4b24 /www/apache13-modssl | |
parent | dcd00432e99667e00b21b120336004cde4965e57 (diff) | |
download | FreeBSD-ports-b69114316e53cc13ea8e80defd247b8bff50965b.zip FreeBSD-ports-b69114316e53cc13ea8e80defd247b8bff50965b.tar.gz |
Change dependencies from static to shared openssl libraries,
because openssl also builds shared libraries, now.
Diffstat (limited to 'www/apache13-modssl')
-rw-r--r-- | www/apache13-modssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache13-modssl/Makefile b/www/apache13-modssl/Makefile index cd8f5d2..100d35b 100644 --- a/www/apache13-modssl/Makefile +++ b/www/apache13-modssl/Makefile @@ -43,9 +43,9 @@ MAINTAINER= rse@engelschall.com 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_APACHE= 1.3.9 |