summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-01-27 18:41:11 +0000
committerwiz <wiz@pkgsrc.org>2014-01-27 18:41:11 +0000
commita8ce86997e0153e277ba6f540fddb593c3f19f44 (patch)
tree5a670e83731c045a6a2cd732ed95c0208be6f15a /graphics
parentd3a768ef59085720a0f42c43102737c59d39abd9 (diff)
downloadpkgsrc-a8ce86997e0153e277ba6f540fddb593c3f19f44.tar.gz
Do not set FETCH_USING, should not be set in a package Makefile.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/camlimages/Makefile4
-rw-r--r--graphics/openimageio/Makefile3
-rw-r--r--graphics/py-matplotlib-tk/Makefile4
3 files changed, 3 insertions, 8 deletions
diff --git a/graphics/camlimages/Makefile b/graphics/camlimages/Makefile
index f2c37aa4952..2d1ad5ddcbd 100644
--- a/graphics/camlimages/Makefile
+++ b/graphics/camlimages/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2014/01/01 11:52:18 wiz Exp $
+# $NetBSD: Makefile,v 1.68 2014/01/27 18:41:13 wiz Exp $
VERSION= 4.0.1
PKGNAME= camlimages-${VERSION}
@@ -18,8 +18,6 @@ BUILD_DEPENDS+= ocaml-findlib>=1.2.6:../../devel/ocaml-findlib
MAKE_JOBS_SAFE= no
-FETCH_USING= curl
-
WRKSRC= ${WRKDIR}/camlspotter-camlimages-v${VERSION}
SUBST_CLASSES+= omf
diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile
index aa0443805ed..c668480d5d1 100644
--- a/graphics/openimageio/Makefile
+++ b/graphics/openimageio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2013/11/20 20:04:35 adam Exp $
+# $NetBSD: Makefile,v 1.21 2014/01/27 18:41:13 wiz Exp $
OIIOVER= 1.2.2
DISTNAME= oiio-Release-${OIIOVER}
@@ -6,7 +6,6 @@ PKGNAME= ${DISTNAME:S/oiio-Release/openimageio/}
PKGREVISION= 2
CATEGORIES= graphics
MASTER_SITES= -https://github.com/OpenImageIO/oiio/archive/Release-${OIIOVER}.tar.gz
-FETCH_USING= curl
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= https://sites.google.com/site/openimageio/
diff --git a/graphics/py-matplotlib-tk/Makefile b/graphics/py-matplotlib-tk/Makefile
index 0842f0f9df1..23d0d336926 100644
--- a/graphics/py-matplotlib-tk/Makefile
+++ b/graphics/py-matplotlib-tk/Makefile
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.24 2014/01/21 19:22:08 drochner Exp $
-#
+# $NetBSD: Makefile,v 1.25 2014/01/27 18:41:13 wiz Exp $
DISTNAME= matplotlib-1.3.1
PKGNAME= ${PYPKGPREFIX}-matplotlib-tk-1.3.1
CATEGORIES= graphics python
MASTER_SITES= https://github.com/downloads/matplotlib/matplotlib/
-FETCH_USING= curl
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://matplotlib.sourceforge.net/