aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-05-22 08:16:49 +0800
committerbdrewery <bdrewery@FreeBSD.org>2013-05-22 08:16:49 +0800
commit3d3f660e02b4fd61da9bb996a0815f7522224a34 (patch)
treefb30a903ba9a063cee6a4a611763a3362d47ca93 /ftp
parent452d5968a790f432b57bc816157aac2d3f8e3f71 (diff)
downloadfreebsd-ports-gnome-3d3f660e02b4fd61da9bb996a0815f7522224a34.tar.gz
freebsd-ports-gnome-3d3f660e02b4fd61da9bb996a0815f7522224a34.tar.zst
freebsd-ports-gnome-3d3f660e02b4fd61da9bb996a0815f7522224a34.zip
- Chase c-ares shlib update by removing the version
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