summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>1999-03-30 10:13:26 +0000
committerDirk Froemberg <dirk@FreeBSD.org>1999-03-30 10:13:26 +0000
commit5bd303f6022612b1b92f4f77b98f74f6fcbf4033 (patch)
tree308c114c8bffd047be68440af37a4271dffe2afa /ftp
parentDon't fetch alpha suppliment -- the bits are now part of the port. (diff)
Remove the last remaining dependency to SSLeay. Use openssl instead.
OK'ed by: Kris Kennaway <kkennawa@physics.adelaide.edu.au> (maintainer)
Notes
Notes: svn path=/head/; revision=17449
Diffstat (limited to 'ftp')
-rw-r--r--ftp/curl/Makefile7
1 files changed, 4 insertions, 3 deletions
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 <nbm@rucus.ru.ac.za>
#
-# $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)