summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-01-04 21:42:42 +0000
committerwiz <wiz@pkgsrc.org>2013-01-04 21:42:42 +0000
commit2c36c2de2a392da71e0f55b87de773d65aeebdca (patch)
tree2b8955d85b7df0655094ec7528c3568934a56751 /print
parentd573a382946857c4db138134e6ff2af8e9473d2d (diff)
downloadpkgsrc-2c36c2de2a392da71e0f55b87de773d65aeebdca.tar.gz
Add missing pkg-config dependency.
Diffstat (limited to 'print')
-rw-r--r--print/qpdfview/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/qpdfview/Makefile b/print/qpdfview/Makefile
index 95ae2c724d8..c43bde44cb9 100644
--- a/print/qpdfview/Makefile
+++ b/print/qpdfview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/01/03 13:38:55 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2013/01/04 21:42:42 wiz Exp $
#
VER= 0.3.7
@@ -24,6 +24,7 @@ SUBST_FILES.prefix+= qpdfview.pri
SUBST_VARS.prefix+= DESTDIR PREFIX PKGMANDIR
USE_LANGUAGES= c c++
+USE_TOOLS+= pkg-config
do-configure:
cd ${WRKSRC} && QTDIR=${QTDIR} \