From 5bd303f6022612b1b92f4f77b98f74f6fcbf4033 Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Tue, 30 Mar 1999 10:13:26 +0000 Subject: Remove the last remaining dependency to SSLeay. Use openssl instead. OK'ed by: Kris Kennaway (maintainer) --- ftp/curl/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'ftp') diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index e69090e4bd20..017003183a48 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -3,9 +3,9 @@ # Date created: 12 December 1998 # Whom: Neil Blakey-Milner # -# $Id: Makefile,v 1.1.1.1 1999/02/09 15:31:34 billf Exp $ +# $Id: Makefile,v 1.2 1999/02/11 11:27:30 obrien Exp $ -DISTNAME= curl-5.5 +DISTNAME= curl-5.5 CATEGORIES= net www MASTER_SITES= http://www.fts.frontec.se/~dast/stuff/ \ ftp://ftp.rhrz.uni-bonn.de/pub-koeln/net/inet/ \ @@ -16,7 +16,8 @@ MASTER_SITES= http://www.fts.frontec.se/~dast/stuff/ \ MAINTAINER= kkennawa@physics.adelaide.edu.au .if defined(USE_SSL) -BUILD_DEPENDS= ssleay:${PORTSDIR}/security/SSLeay +BUILD_DEPENDS= ${PREFIX}/lib/libssl.a:${PORTSDIR}/security/openssl \ + ${PREFIX}/lib/libcrypto.a:${PORTSDIR}/security/openssl .endif .if defined(USE_SSL) -- cgit v1.2.3