aboutsummaryrefslogtreecommitdiff
path: root/ftp/curl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/curl/Makefile')
-rw-r--r--ftp/curl/Makefile4
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)