diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-03-29 14:54:37 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-03-29 14:54:37 +0000 |
commit | c59f503857126975b332b348127297c1678c3633 (patch) | |
tree | f424f99ab13783e34195d02535a48775e73b5ff2 | |
parent | 5bd84f9d988cbb52744b8ed0b2f13e208f5a37da (diff) | |
download | ports-c59f503857126975b332b348127297c1678c3633.tar.gz ports-c59f503857126975b332b348127297c1678c3633.zip |
Notes
-rw-r--r-- | security/stunnel/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index a743880d8898..80a483bba6c4 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -3,7 +3,7 @@ # Date created: Mon Jan 11 11:53:54 EET 1999 # Whom: Martti Kuparinen <martti.kuparinen@ericsson.com> # -# $Id: Makefile,v 1.1.1.1 1999/01/18 04:27:02 steve Exp $ +# $Id: Makefile,v 1.2 1999/01/27 21:57:23 billf Exp $ # DISTNAME= stunnel-2.1 @@ -15,10 +15,11 @@ MASTER_SITES= http://mike.daewoo.com.pl/computer/stunnel/ \ MAINTAINER= martti.kuparinen@ericsson.com -BUILD_DEPENDS= ssleay:${PORTSDIR}/security/SSLeay \ - ${PREFIX}/lib/libssl.a:${PORTSDIR}/security/SSLeay \ - ${PREFIX}/lib/libcrypto.a:${PORTSDIR}/security/SSLeay -RUN_DEPENDS= ssleay:${PORTSDIR}/security/SSLeay +BUILD_DEPENDS= openssl:${PORTSDIR}/security/openssl \ + ${PREFIX}/lib/libssl.a:${PORTSDIR}/security/openssl \ + ${PREFIX}/lib/libcrypto.a:${PORTSDIR}/security/openssl +RUN_DEPENDS= openssl:${PORTSDIR}/security/openssl +LIB_DEPENDS= rsaref.2:${PORTSDIR}/security/rsaref GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/stunnel |