summaryrefslogtreecommitdiff
path: root/devel/jq
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 /devel/jq
parentd3a768ef59085720a0f42c43102737c59d39abd9 (diff)
downloadpkgsrc-a8ce86997e0153e277ba6f540fddb593c3f19f44.tar.gz
Do not set FETCH_USING, should not be set in a package Makefile.
Diffstat (limited to 'devel/jq')
-rw-r--r--devel/jq/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/jq/Makefile b/devel/jq/Makefile
index 2b70d9e3517..d3356755069 100644
--- a/devel/jq/Makefile
+++ b/devel/jq/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2013/04/26 10:20:34 jperkin Exp $
+# $NetBSD: Makefile,v 1.3 2014/01/27 18:41:11 wiz Exp $
DISTNAME= jq-1.2
CATEGORIES= devel
@@ -9,8 +9,6 @@ HOMEPAGE= http://github.com/stedolan/jq/
COMMENT= Command-line JSON processor
LICENSE= mit
-FETCH_USING= curl
-
WRKSRC= ${WRKDIR}/stedolan-jq-1e8c524
USE_LANGUAGES= c99