diff options
author | tijl <tijl@FreeBSD.org> | 2015-04-17 21:37:36 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-04-17 21:37:36 +0800 |
commit | 5e8cb142f456a023fd3b896d15318d87915a41ff (patch) | |
tree | a9a7e71d4d15e5dc528a69e65b65fb013bc4fbf8 /ftp/curl | |
parent | f4362ee7b21be85a359a0e54a435a21cb7892b08 (diff) | |
download | freebsd-ports-gnome-5e8cb142f456a023fd3b896d15318d87915a41ff.tar.gz freebsd-ports-gnome-5e8cb142f456a023fd3b896d15318d87915a41ff.tar.zst freebsd-ports-gnome-5e8cb142f456a023fd3b896d15318d87915a41ff.zip |
Specify library version when depending on libpolarssl and switch ports to
PolarSSL 1.3 when they fail to build with 1.2.
Diffstat (limited to 'ftp/curl')
-rw-r--r-- | ftp/curl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 43606eaaf7e2..94a1f2152a1b 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -126,7 +126,7 @@ OPENSSL_LDFLAGS= -L${OPENSSLLIB} OPENSSL_USE= OPENSSL=yes POLARSSL_CONFIGURE_OFF= --without-polarssl POLARSSL_CONFIGURE_ON= --with-polarssl=${LOCALBASE} -POLARSSL_LIB_DEPENDS= libpolarssl.so:${PORTSDIR}/security/polarssl +POLARSSL_LIB_DEPENDS= libpolarssl.so.8:${PORTSDIR}/security/polarssl13 PROXY_CONFIGURE_OFF= --disable-proxy PROXY_CONFIGURE_ON= --enable-proxy RTMP_CONFIGURE_OFF= --without-librtmp |