diff options
author | wiz <wiz@pkgsrc.org> | 2013-06-06 12:53:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-06-06 12:53:40 +0000 |
commit | 9857186f24e83062080d974645d30e079f5437c4 (patch) | |
tree | 8c7feb5277a9fd537ca7f3140c7c5f99ca16cbf4 /graphics/qimageblitz | |
parent | 8a32c1b327ba078595eaecc089f0bb71238aa0ed (diff) | |
download | pkgsrc-9857186f24e83062080d974645d30e079f5437c4.tar.gz |
Bump PKGREVISION for libXft changes for NetBSD native X support on
NetBSD 6, requested by tron.
Diffstat (limited to 'graphics/qimageblitz')
-rw-r--r-- | graphics/qimageblitz/Makefile | 4 | ||||
-rw-r--r-- | graphics/qimageblitz/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/qimageblitz/Makefile b/graphics/qimageblitz/Makefile index 5e7bb2700fc..5240c30e5d1 100644 --- a/graphics/qimageblitz/Makefile +++ b/graphics/qimageblitz/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2013/06/04 22:16:26 tron Exp $ +# $NetBSD: Makefile,v 1.24 2013/06/06 12:53:42 wiz Exp $ DISTNAME= qimageblitz-0.0.6 -PKGREVISION= 16 +PKGREVISION= 17 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_KDE:=qimageblitz/} EXTRACT_SUFX= .tar.bz2 diff --git a/graphics/qimageblitz/buildlink3.mk b/graphics/qimageblitz/buildlink3.mk index 43831c34b81..d37542456d9 100644 --- a/graphics/qimageblitz/buildlink3.mk +++ b/graphics/qimageblitz/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.23 2013/06/04 22:16:26 tron Exp $ +# $NetBSD: buildlink3.mk,v 1.24 2013/06/06 12:53:42 wiz Exp $ BUILDLINK_TREE+= qimageblitz @@ -6,7 +6,7 @@ BUILDLINK_TREE+= qimageblitz QIMAGEBLITZ_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.qimageblitz+= qimageblitz>=0.0.4 -BUILDLINK_ABI_DEPENDS.qimageblitz+= qimageblitz>=0.0.6nb16 +BUILDLINK_ABI_DEPENDS.qimageblitz+= qimageblitz>=0.0.6nb17 BUILDLINK_PKGSRCDIR.qimageblitz?= ../../graphics/qimageblitz .include "../../x11/qt4-libs/buildlink3.mk" |