summaryrefslogtreecommitdiff
path: root/graphics/qimageblitz
diff options
context:
space:
mode:
authorwiz <wiz>2010-06-13 22:43:46 +0000
committerwiz <wiz>2010-06-13 22:43:46 +0000
commit6af156235b3b94e0c3542e1b617f2653855e0c4f (patch)
tree4a9b97c2969a25f1eeb6596ee96fc25429cef7d5 /graphics/qimageblitz
parent354cf6a07fa5783bda1f7548ccc97a684c6a7f8e (diff)
downloadpkgsrc-6af156235b3b94e0c3542e1b617f2653855e0c4f.tar.gz
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
Diffstat (limited to 'graphics/qimageblitz')
-rw-r--r--graphics/qimageblitz/Makefile4
-rw-r--r--graphics/qimageblitz/buildlink3.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/qimageblitz/Makefile b/graphics/qimageblitz/Makefile
index 97c9bd2641e..24f2317afe0 100644
--- a/graphics/qimageblitz/Makefile
+++ b/graphics/qimageblitz/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2010/01/18 09:59:07 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2010/06/13 22:44:43 wiz Exp $
DISTNAME= qimageblitz-0.0.4
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qimageblitz/}
EXTRACT_SUFX= .tar.bz2
diff --git a/graphics/qimageblitz/buildlink3.mk b/graphics/qimageblitz/buildlink3.mk
index ec6fcbc5719..9dd84481fa7 100644
--- a/graphics/qimageblitz/buildlink3.mk
+++ b/graphics/qimageblitz/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2010/01/18 09:59:07 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2010/06/13 22:44:43 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.4nb2
+BUILDLINK_ABI_DEPENDS.qimageblitz?= qimageblitz>=0.0.4nb3
BUILDLINK_PKGSRCDIR.qimageblitz?= ../../graphics/qimageblitz
.include "../../x11/qt4-libs/buildlink3.mk"