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/stunnel | |
parent | bd8d8600c4cd2d871aaa0a5244d266c861f4a285 (diff) | |
download | ports-acf35466446c6b369b534baa051eaf8468d9db77.tar.gz ports-acf35466446c6b369b534baa051eaf8468d9db77.zip |
Notes
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 |