diff options
author | wiz <wiz@pkgsrc.org> | 2014-07-22 17:52:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-07-22 17:52:54 +0000 |
commit | b8e5098ae19ff1b145316e3c7860e16b2fbb3595 (patch) | |
tree | e3e1ebcc499663393b59a2d46b8662d217aca4b6 /print | |
parent | 9c1930556b27a8134ec525a463b3f7e3156bff36 (diff) | |
download | pkgsrc-b8e5098ae19ff1b145316e3c7860e16b2fbb3595.tar.gz |
Needs qt4-libs 4.7.0 or newer.
Diffstat (limited to 'print')
-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" |