summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-05-22 00:16:49 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-05-22 00:16:49 +0000
commit61421acf03124eaf667b41d47a576916f69eae1a (patch)
treefb30a903ba9a063cee6a4a611763a3362d47ca93 /ftp
parent- Update to 0.5.1 (diff)
- Chase c-ares shlib update by removing the version
Notes
Notes: svn path=/head/; revision=318739
Diffstat (limited to 'ftp')
-rw-r--r--ftp/curl/Makefile2
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