diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-17 13:37:36 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-17 13:37:36 +0000 |
commit | 95b155ef70d035f37142ae4a59df67f9f9570cd0 (patch) | |
tree | a9a7e71d4d15e5dc528a69e65b65fb013bc4fbf8 /ftp/curl | |
parent | ef443f5eb0e2672358d4cc0dfa0a3b6b21a73cc9 (diff) | |
download | ports-95b155ef70d035f37142ae4a59df67f9f9570cd0.tar.gz ports-95b155ef70d035f37142ae4a59df67f9f9570cd0.zip |
Notes
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 |