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 /ftp | |
parent | bd8d8600c4cd2d871aaa0a5244d266c861f4a285 (diff) | |
download | ports-acf35466446c6b369b534baa051eaf8468d9db77.tar.gz ports-acf35466446c6b369b534baa051eaf8468d9db77.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index ce5746a36cb9..cbcded5c8b98 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -15,8 +15,8 @@ MASTER_SITES= http://www.fts.frontec.se/~dast/stuff/ \ MAINTAINER= kris@FreeBSD.org .if defined(USE_SSL) -BUILD_DEPENDS= ${PREFIX}/lib/libssl.a:${PORTSDIR}/security/openssl \ - ${PREFIX}/lib/libcrypto.a:${PORTSDIR}/security/openssl +LIB_DEPENDS= crypto.1:${PORTSDIR}/security/openssl \ + ssl.1:${PORTSDIR}/security/openssl .endif .if defined(USE_SSL) |