diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-05-22 00:16:49 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-05-22 00:16:49 +0000 |
commit | 61421acf03124eaf667b41d47a576916f69eae1a (patch) | |
tree | fb30a903ba9a063cee6a4a611763a3362d47ca93 /ftp | |
parent | eae66cd09fff8f5c55bcae8d57673c3a61f1b808 (diff) |
Notes
Diffstat (limited to 'ftp')
-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 4db72a762027..51728fa8e0f5 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -106,7 +106,7 @@ IGNORE= only supports CA bundle with OpenSSL .endif .if ${PORT_OPTIONS:MCARES} -LIB_DEPENDS+= cares.2:${PORTSDIR}/dns/c-ares +LIB_DEPENDS+= cares:${PORTSDIR}/dns/c-ares CONFIGURE_ARGS+= --enable-ares=${LOCALBASE} .else CONFIGURE_ARGS+= --disable-ares |