diff options
author | wiz <wiz@pkgsrc.org> | 2010-01-18 09:58:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-01-18 09:58:37 +0000 |
commit | 7e9f9496502c0bcaf0c0a18c5d522046654e7356 (patch) | |
tree | 43b0929a9ba8d1706a9866239ffe98e5966571c3 /print/poppler-qt | |
parent | 839e25c49b0bfc59ceb72667ef0e096bcd97e576 (diff) | |
download | pkgsrc-7e9f9496502c0bcaf0c0a18c5d522046654e7356.tar.gz |
Second try at jpeg-8 recursive PKGREVISION bump.
Diffstat (limited to 'print/poppler-qt')
-rw-r--r-- | print/poppler-qt/Makefile | 3 | ||||
-rw-r--r-- | print/poppler-qt/buildlink3.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/print/poppler-qt/Makefile b/print/poppler-qt/Makefile index 8519d040bb2..e59d901254a 100644 --- a/print/poppler-qt/Makefile +++ b/print/poppler-qt/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.22 2009/10/21 10:19:30 drochner Exp $ +# $NetBSD: Makefile,v 1.23 2010/01/18 09:59:23 wiz Exp $ # .include "../../print/poppler/Makefile.common" PKGNAME= poppler-qt-${POPPLER_VERS} +PKGREVISION= 1 COMMENT= PDF rendering library (QT wrapper) MAINTAINER= reed@reedmedia.net diff --git a/print/poppler-qt/buildlink3.mk b/print/poppler-qt/buildlink3.mk index ec666040044..69b1bfe508b 100644 --- a/print/poppler-qt/buildlink3.mk +++ b/print/poppler-qt/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.10 2009/08/26 19:56:45 sno Exp $ +# $NetBSD: buildlink3.mk,v 1.11 2010/01/18 09:59:23 wiz Exp $ BUILDLINK_TREE+= poppler-qt @@ -6,7 +6,7 @@ BUILDLINK_TREE+= poppler-qt POPPLER_QT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.poppler-qt+= poppler-qt>=0.4.5nb1 -BUILDLINK_ABI_DEPENDS.poppler-qt?= poppler-qt>=0.10.7 +BUILDLINK_ABI_DEPENDS.poppler-qt?= poppler-qt>=0.12.3nb1 BUILDLINK_PKGSRCDIR.poppler-qt?= ../../print/poppler-qt .include "../../print/poppler/buildlink3.mk" |