diff options
author | wiz <wiz> | 2014-07-22 17:52:54 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-07-22 17:52:54 +0000 |
commit | 64e715d604d99416e8d998f67060f72d0d55f36d (patch) | |
tree | e3e1ebcc499663393b59a2d46b8662d217aca4b6 /print/poppler-qt4 | |
parent | 9520a36088c39aa626a7f47248eb4d93d8c89c07 (diff) | |
download | pkgsrc-64e715d604d99416e8d998f67060f72d0d55f36d.tar.gz |
Needs qt4-libs 4.7.0 or newer.
Diffstat (limited to 'print/poppler-qt4')
-rw-r--r-- | print/poppler-qt4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/poppler-qt4/Makefile b/print/poppler-qt4/Makefile index 29e644ab699..25affb32a4e 100644 --- a/print/poppler-qt4/Makefile +++ b/print/poppler-qt4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2014/04/29 07:56:48 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2014/07/22 17:52:54 wiz Exp $ .include "../../print/poppler/Makefile.common" @@ -30,6 +30,7 @@ post-install: BUILDLINK_DEPMETHOD.qt4-tools?= full +BUILDLINK_API_DEPENDS.qt4-libs+= qt4-libs>=4.7.0 .include "../../x11/qt4-libs/buildlink3.mk" .include "../../x11/qt4-tools/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" |