summaryrefslogtreecommitdiff
path: root/print
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 /print
parentd3a768ef59085720a0f42c43102737c59d39abd9 (diff)
downloadpkgsrc-a8ce86997e0153e277ba6f540fddb593c3f19f44.tar.gz
Do not set FETCH_USING, should not be set in a package Makefile.
Diffstat (limited to 'print')
-rw-r--r--print/qpdfview/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/print/qpdfview/Makefile b/print/qpdfview/Makefile
index 34eb10204b6..e7a879c6bca 100644
--- a/print/qpdfview/Makefile
+++ b/print/qpdfview/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2013/12/06 13:23:47 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.16 2014/01/27 18:41:14 wiz Exp $
VER= 0.4
DISTNAME= qpdfview-${VER}
@@ -12,10 +11,6 @@ HOMEPAGE= https://launchpad.net/qpdfview
COMMENT= Tabbed PDF viewer
LICENSE= gnu-gpl-v2
-# Force using "curl" for fetching the distribution file. It is only available
-# over HTTPS and "curl" is the only fetch program which always supports HTTPS.
-FETCH_USING= curl
-
DEPENDS+= poppler-data-[0-9]*:../../print/poppler-data
DEPENDS+= qt4-sqlite3-[0-9]*:../../x11/qt4-sqlite3