diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2009-06-15 12:10:15 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2009-06-15 12:10:15 +0000 |
commit | 8e58200b71b13bddd8f458a94c6a06a6c7949f4b (patch) | |
tree | b566bbe004b6d798689b48aa2d0e22f1aa452bd2 /ftp | |
parent | cdde556b20bde2f00a3f7a7cfffb7c5444119c4a (diff) | |
download | ports-8e58200b71b13bddd8f458a94c6a06a6c7949f4b.tar.gz ports-8e58200b71b13bddd8f458a94c6a06a6c7949f4b.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curl/Makefile | 3 |
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 |