diff options
author | wiz <wiz@pkgsrc.org> | 2010-06-13 22:43:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-06-13 22:43:46 +0000 |
commit | 1c3f6b6c2cf3f63b145d6432ec954fd675323060 (patch) | |
tree | 4a9b97c2969a25f1eeb6596ee96fc25429cef7d5 /x11/qt4-tools | |
parent | 5db65af1585863fee1adec6a430a04af777f8c9d (diff) | |
download | pkgsrc-1c3f6b6c2cf3f63b145d6432ec954fd675323060.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 'x11/qt4-tools')
-rw-r--r-- | x11/qt4-tools/Makefile | 3 | ||||
-rw-r--r-- | x11/qt4-tools/buildlink3.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/qt4-tools/Makefile b/x11/qt4-tools/Makefile index b239d629dda..6ac8c38924d 100644 --- a/x11/qt4-tools/Makefile +++ b/x11/qt4-tools/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.31 2010/02/16 13:08:09 adam Exp $ +# $NetBSD: Makefile,v 1.32 2010/06/13 22:45:52 wiz Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "../../x11/qt4-libs/Makefile.common" +PKGREVISION= 1 PKGNAME= qt4-tools-${QTVERSION} COMMENT= QT GUI (WYSIWYG) builder and other tools diff --git a/x11/qt4-tools/buildlink3.mk b/x11/qt4-tools/buildlink3.mk index e778fd845ea..d4724d43258 100644 --- a/x11/qt4-tools/buildlink3.mk +++ b/x11/qt4-tools/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.12 2010/01/18 09:59:44 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.13 2010/06/13 22:45:52 wiz 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.5.3nb2 +BUILDLINK_ABI_DEPENDS.qt4-tools+= qt4-tools>=4.6.2nb1 BUILDLINK_PKGSRCDIR.qt4-tools?= ../../x11/qt4-tools BUILDLINK_DEPMETHOD.qt4-tools?= build |