diff options
author | tron <tron> | 2013-09-03 10:02:54 +0000 |
---|---|---|
committer | tron <tron> | 2013-09-03 10:02:54 +0000 |
commit | dcfcfd8d9d288e523683d5ee8945064cc74dac85 (patch) | |
tree | d217e41ea4b89132641e76af1a3bc398638c49b9 /graphics/gd | |
parent | b72144933dbba52db4d994c11072ee3fb6330046 (diff) | |
download | pkgsrc-dcfcfd8d9d288e523683d5ee8945064cc74dac85.tar.gz |
Use "curl" to fetch the distfile because the master site enforces the
use of HTTPS.
Diffstat (limited to 'graphics/gd')
-rw-r--r-- | graphics/gd/Makefile | 3 |
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 |