diff options
author | tron <tron@pkgsrc.org> | 2013-06-04 22:15:37 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2013-06-04 22:15:37 +0000 |
commit | 84fac2d633f153f38089c756692e0202cb3d8f32 (patch) | |
tree | 6b8ed11551c6ae6edf7530700df81d41fe88397e /x11/qt4-tools | |
parent | d2d5f9e1c07ccc845b8e61288b5c518abb8694dd (diff) | |
download | pkgsrc-84fac2d633f153f38089c756692e0202cb3d8f32.tar.gz |
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
Diffstat (limited to 'x11/qt4-tools')
-rw-r--r-- | x11/qt4-tools/Makefile | 4 | ||||
-rw-r--r-- | x11/qt4-tools/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/qt4-tools/Makefile b/x11/qt4-tools/Makefile index 31ce805cf24..b697ed5a8b9 100644 --- a/x11/qt4-tools/Makefile +++ b/x11/qt4-tools/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.59 2013/06/03 10:06:24 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2013/06/04 22:17:31 tron Exp $ .include "../../x11/qt4-libs/Makefile.common" PKGNAME= qt4-tools-${QTVERSION} -PKGREVISION= 3 +PKGREVISION= 4 COMMENT= QT GUI (WYSIWYG) builder and other tools DEPENDS+= libtool-base-[0-9]*:../../devel/libtool-base diff --git a/x11/qt4-tools/buildlink3.mk b/x11/qt4-tools/buildlink3.mk index d5814e1ef28..331a98e0f30 100644 --- a/x11/qt4-tools/buildlink3.mk +++ b/x11/qt4-tools/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.29 2013/06/03 10:06:24 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.30 2013/06/04 22:17:31 tron Exp $ BUILDLINK_TREE+= qt4-tools @@ -6,7 +6,7 @@ BUILDLINK_TREE+= qt4-tools QT4_TOOLS_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.qt4-tools+= qt4-tools>=4.1.0 -BUILDLINK_ABI_DEPENDS.qt4-tools+= qt4-tools>=4.8.4nb3 +BUILDLINK_ABI_DEPENDS.qt4-tools+= qt4-tools>=4.8.4nb4 BUILDLINK_PKGSRCDIR.qt4-tools?= ../../x11/qt4-tools BUILDLINK_DEPMETHOD.qt4-tools?= build |