diff options
author | wiz <wiz@pkgsrc.org> | 2013-01-04 21:42:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-01-04 21:42:42 +0000 |
commit | 04b983ee0724306af6bc74187d8d731e06ac7a1b (patch) | |
tree | 2b8955d85b7df0655094ec7528c3568934a56751 /print | |
parent | 3a748cd3fc223c1242457587cb70e48399470be7 (diff) | |
download | pkgsrc-04b983ee0724306af6bc74187d8d731e06ac7a1b.tar.gz |
Add missing pkg-config dependency.
Diffstat (limited to 'print')
-rw-r--r-- | print/qpdfview/Makefile | 3 |
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} \ |