aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>1999-03-29 22:54:37 +0800
committerdirk <dirk@FreeBSD.org>1999-03-29 22:54:37 +0800
commit52842ee7c4dc69274837e5c9d05abc255a4e9e92 (patch)
tree70dec28a9e0aa16059006c5e670daa827ec82cdb /security
parent4b66f2d2b78a7f4feec16191a1a9a04fe9c45b28 (diff)
downloadfreebsd-ports-gnome-52842ee7c4dc69274837e5c9d05abc255a4e9e92.tar.gz
freebsd-ports-gnome-52842ee7c4dc69274837e5c9d05abc255a4e9e92.tar.zst
freebsd-ports-gnome-52842ee7c4dc69274837e5c9d05abc255a4e9e92.zip
Switch from SSLeay to OpenSSL.
PR: ports/10541 Submitted by: Martti Kuparinen <martti.kuparinen@ericsson.com> (maintainer)
Diffstat (limited to 'security')
-rw-r--r--security/stunnel/Makefile11
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