aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/curl/Makefile
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>1999-11-08 06:25:40 +0800
committerdirk <dirk@FreeBSD.org>1999-11-08 06:25:40 +0800
commitb69114316e53cc13ea8e80defd247b8bff50965b (patch)
treef3ab188fc13b5209e082e7e5e7906353adac4b24 /ftp/curl/Makefile
parentdcd00432e99667e00b21b120336004cde4965e57 (diff)
downloadfreebsd-ports-gnome-b69114316e53cc13ea8e80defd247b8bff50965b.tar.gz
freebsd-ports-gnome-b69114316e53cc13ea8e80defd247b8bff50965b.tar.zst
freebsd-ports-gnome-b69114316e53cc13ea8e80defd247b8bff50965b.zip
Change dependencies from static to shared openssl libraries,
because openssl also builds shared libraries, now.
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)