diff options
| author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-11-07 22:25:40 +0000 |
|---|---|---|
| committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-11-07 22:25:40 +0000 |
| commit | acf35466446c6b369b534baa051eaf8468d9db77 (patch) | |
| tree | 12500663952f3721816fb18b0ab39525e506cb3c /security/sslproxy | |
| parent | bd8d8600c4cd2d871aaa0a5244d266c861f4a285 (diff) | |
Change dependencies from static to shared openssl libraries,
because openssl also builds shared libraries, now.
Diffstat (limited to 'security/sslproxy')
| -rw-r--r-- | security/sslproxy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/sslproxy/Makefile b/security/sslproxy/Makefile index 4e67d4c5e120..c2b39bbb2192 100644 --- a/security/sslproxy/Makefile +++ b/security/sslproxy/Makefile @@ -14,7 +14,8 @@ MASTER_SITES= ftp://ftp.obdev.at/pub/Products/sslproxy/ MAINTAINER= alexlh@funk.org BUILD_DEPENDS= ${PREFIX}/include/openssl/ssl.h:${PORTSDIR}/security/openssl -RUN_DEPENDS= ${PREFIX}/lib/libssl.a:${PORTSDIR}/security/openssl +LIB_DEPENDS= crypto.1:${PORTSDIR}/security/openssl \ + ssl.1:${PORTSDIR}/security/openssl .if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES LIB_DEPENDS= rsaref.2:${PORTSDIR}/security/rsaref |
