summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2013-09-03 10:02:54 +0000
committertron <tron@pkgsrc.org>2013-09-03 10:02:54 +0000
commit299e3299a61fb34ab771a559190cf8f8a17bd410 (patch)
treed217e41ea4b89132641e76af1a3bc398638c49b9 /graphics
parentcba5826c74d79d6ebfa13e6e96fa130f03b39353 (diff)
downloadpkgsrc-299e3299a61fb34ab771a559190cf8f8a17bd410.tar.gz
Use "curl" to fetch the distfile because the master site enforces the
use of HTTPS.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile
index c330f5c92a3..55f3a8eacca 100644
--- a/graphics/gd/Makefile
+++ b/graphics/gd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.96 2013/09/02 21:17:42 adam Exp $
+# $NetBSD: Makefile,v 1.97 2013/09/03 10:02:54 tron Exp $
DISTNAME= libgd-2.1.0
PKGNAME= ${DISTNAME:S/libgd/gd/}
@@ -14,6 +14,7 @@ COMMENT= Graphics library for the dynamic creation of images
PKG_INSTALLATION_TYPES= overwrite pkgviews
+FETCH_USING= curl
USE_LIBTOOL= yes
USE_TOOLS+= perl:run
GNU_CONFIGURE= yes