summaryrefslogtreecommitdiff
path: root/www/curl
diff options
context:
space:
mode:
authorshattered <shattered@pkgsrc.org>2011-11-20 14:03:40 +0000
committershattered <shattered@pkgsrc.org>2011-11-20 14:03:40 +0000
commitba8890580786145056516c3ddf19a1e3c99e4807 (patch)
tree8340801e6dc4ad9911344db1741638df2cb6a246 /www/curl
parente28a0957c67f3d77851b05213a0cafa239223073 (diff)
downloadpkgsrc-ba8890580786145056516c3ddf19a1e3c99e4807.tar.gz
Avoid deadlock if FETCH_USING is set to wget or curl and we're building
one of them.
Diffstat (limited to 'www/curl')
-rw-r--r--www/curl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile
index 246d3654492..1f3c90b86b1 100644
--- a/www/curl/Makefile
+++ b/www/curl/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.106 2011/06/28 10:11:08 obache Exp $
+# $NetBSD: Makefile,v 1.107 2011/11/20 14:03:40 shattered Exp $
DISTNAME= curl-7.21.7
CATEGORIES= www
MASTER_SITES= http://curl.haxx.se/download/ \
ftp://ftp.sunet.se/pub/www/utilities/curl/
EXTRACT_SUFX= .tar.bz2
+FETCH_USING= ftp
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://curl.haxx.se/