summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2009-06-15 12:10:15 +0000
committerPeter Pentchev <roam@FreeBSD.org>2009-06-15 12:10:15 +0000
commit8e58200b71b13bddd8f458a94c6a06a6c7949f4b (patch)
treeb566bbe004b6d798689b48aa2d0e22f1aa452bd2 /ftp
parent- Move x11-wm/enlightenment-devel to x11-wm/enlightenment (diff)
Well, yeah, leave it to me to test an update and all dependent ports,
notify maintainers, wait for a couple of days, and then only commit the update itself, leaving the dependent ports un-updated :( Bump the shared lib dependency on ports touched by the c-ares update. Pointy hat to: roam (myself)
Notes
Notes: svn path=/head/; revision=235857
Diffstat (limited to 'ftp')
-rw-r--r--ftp/curl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index 56de549af32a..f4d7ef86d1e6 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -7,6 +7,7 @@
PORTNAME= curl
PORTVERSION= 7.19.5
+PORTREVISION= 1
CATEGORIES= ftp ipv6 www
MASTER_SITES= http://curl.haxx.se/download/ \
${MASTER_SITE_SOURCEFORGE} \
@@ -106,7 +107,7 @@ CONFIGURE_ARGS+= --without-ssl
.endif
.if defined(WITH_CARES)
-LIB_DEPENDS+= cares.1:${PORTSDIR}/dns/c-ares
+LIB_DEPENDS+= cares.2:${PORTSDIR}/dns/c-ares
CONFIGURE_ARGS+= --enable-ares=${LOCALBASE}
.else
CONFIGURE_ARGS+= --disable-ares