summaryrefslogtreecommitdiff
path: root/print/qpdfview
diff options
context:
space:
mode:
authorwiz <wiz>2014-01-27 18:41:11 +0000
committerwiz <wiz>2014-01-27 18:41:11 +0000
commit68fbb81137a1b37c52bad847d74ac236a019c542 (patch)
tree5a670e83731c045a6a2cd732ed95c0208be6f15a /print/qpdfview
parent43cb1d44f23136563cd2fd2a27d470914b17f0ef (diff)
downloadpkgsrc-68fbb81137a1b37c52bad847d74ac236a019c542.tar.gz
Do not set FETCH_USING, should not be set in a package Makefile.
Diffstat (limited to 'print/qpdfview')
-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