aboutsummaryrefslogtreecommitdiff
path: root/ftp/curl
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2006-11-07 17:07:41 +0000
committerPeter Pentchev <roam@FreeBSD.org>2006-11-07 17:07:41 +0000
commit1f917e575ed049ff7c899af7fc9478b6341062b9 (patch)
treec402d7c4bfc8d2a76b4dcb32f8920853b1fac45f /ftp/curl
parente671daed58c74c914e303a0af3ab0d148aeacf44 (diff)
downloadports-1f917e575ed049ff7c899af7fc9478b6341062b9.tar.gz
ports-1f917e575ed049ff7c899af7fc9478b6341062b9.zip
Notes
Diffstat (limited to 'ftp/curl')
-rw-r--r--ftp/curl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index fba7ab0b5b00..755b5f772c9c 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -7,6 +7,7 @@
PORTNAME= curl
PORTVERSION= 7.15.5
+PORTREVISION= 1
CATEGORIES= ftp ipv6 www
MASTER_SITES= http://curl.haxx.se/download/ \
${MASTER_SITE_SOURCEFORGE} \
@@ -80,7 +81,7 @@ CONFIGURE_ARGS+= --without-ssl
.endif
.if defined(WITH_CARES)
-BUILD_DEPENDS+= ${LOCALBASE}/lib/libcares.a:${PORTSDIR}/dns/c-ares
+LIB_DEPENDS+= cares.1:${PORTSDIR}/dns/c-ares
CONFIGURE_ARGS+= --enable-ares=${LOCALBASE}
.else
CONFIGURE_ARGS+= --disable-ares