diff options
author | wiz <wiz@pkgsrc.org> | 2012-02-12 13:28:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-02-12 13:28:03 +0000 |
commit | c1604b71f555395a977db2a35b27a3876cdcd0ad (patch) | |
tree | bf54223508d5b89f37e4d752eb8754adf25a18be /misc | |
parent | 3fdab6c02d10e816cc8f3a2e15014bd9fbdfc253 (diff) | |
download | pkgsrc-c1604b71f555395a977db2a35b27a3876cdcd0ad.tar.gz |
Set FETCH_USING curl as workaround for https master site.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libcarddav/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/libcarddav/Makefile b/misc/libcarddav/Makefile index 1ac5ff841d0..44a9a2738ce 100644 --- a/misc/libcarddav/Makefile +++ b/misc/libcarddav/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/02/06 12:40:59 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2012/02/12 13:28:21 wiz Exp $ # DISTNAME= libcarddav_0.6.2-2debian2 @@ -20,6 +20,8 @@ GNU_CONFIGURE= yes USE_TOOLS+= pkg-config USE_LIBTOOL= yes +FETCH_USING= curl + .include "options.mk" .include "../../devel/glib2/buildlink3.mk" |