diff options
author | dirk <dirk@FreeBSD.org> | 1999-11-08 06:25:40 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-11-08 06:25:40 +0800 |
commit | b69114316e53cc13ea8e80defd247b8bff50965b (patch) | |
tree | f3ab188fc13b5209e082e7e5e7906353adac4b24 /security/stunnel | |
parent | dcd00432e99667e00b21b120336004cde4965e57 (diff) | |
download | freebsd-ports-gnome-b69114316e53cc13ea8e80defd247b8bff50965b.tar.gz freebsd-ports-gnome-b69114316e53cc13ea8e80defd247b8bff50965b.tar.zst freebsd-ports-gnome-b69114316e53cc13ea8e80defd247b8bff50965b.zip |
Change dependencies from static to shared openssl libraries,
because openssl also builds shared libraries, now.
Diffstat (limited to 'security/stunnel')
-rw-r--r-- | security/stunnel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 81ccbfa2d76f..9396d662f7ee 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -16,9 +16,9 @@ MASTER_SITES= http://opensores.thebunker.net/pub/mirrors/stunnel/ \ MAINTAINER= martti.kuparinen@ericsson.com -BUILD_DEPENDS= openssl:${PORTSDIR}/security/openssl \ - ${PREFIX}/lib/libssl.a:${PORTSDIR}/security/openssl \ - ${PREFIX}/lib/libcrypto.a:${PORTSDIR}/security/openssl +BUILD_DEPENDS= openssl:${PORTSDIR}/security/openssl +LIB_DEPENDS= crypto.1:${PORTSDIR}/security/openssl \ + ssl.1:${PORTSDIR}/security/openssl RUN_DEPENDS= openssl:${PORTSDIR}/security/openssl .if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES |