diff options
author | obache <obache@pkgsrc.org> | 2013-09-03 10:39:25 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-09-03 10:39:25 +0000 |
commit | 336bc8d2c2af24666c7f930c531c519a1b3a7cfb (patch) | |
tree | c4a4e0bdce54ece112592f235b4a2c058cba2950 /graphics/gd | |
parent | 75155b8dab525f56251e9e85201c6d4e1be28028 (diff) | |
download | pkgsrc-336bc8d2c2af24666c7f930c531c519a1b3a7cfb.tar.gz |
set HTTP master site, and curl is not required.
Diffstat (limited to 'graphics/gd')
-rw-r--r-- | graphics/gd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 55f3a8eacca..c49d929c2a0 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.97 2013/09/03 10:02:54 tron Exp $ +# $NetBSD: Makefile,v 1.98 2013/09/03 10:39:25 obache Exp $ DISTNAME= libgd-2.1.0 PKGNAME= ${DISTNAME:S/libgd/gd/} CATEGORIES= graphics -MASTER_SITES= https://bitbucket.org/libgd/gd-libgd/downloads/ +MASTER_SITES= http://cdn.bitbucket.org/libgd/gd-libgd/downloads/ EXTRACT_SUFX= .tar.xz MAINTAINER= adam@NetBSD.org @@ -14,7 +14,6 @@ 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 |