diff options
author | wiz <wiz> | 2010-06-13 22:43:46 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-06-13 22:43:46 +0000 |
commit | c3512e82cfd1ef757581484eb740c7cd398411b9 (patch) | |
tree | 4a9b97c2969a25f1eeb6596ee96fc25429cef7d5 /x11/qt3-tools | |
parent | e9a8c2a53822e7578f98d3ebcd4e60f3d153b02a (diff) | |
download | pkgsrc-c3512e82cfd1ef757581484eb740c7cd398411b9.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/qt3-tools')
-rw-r--r-- | x11/qt3-tools/Makefile | 4 | ||||
-rw-r--r-- | x11/qt3-tools/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/qt3-tools/Makefile b/x11/qt3-tools/Makefile index f1764ecfdcb..51ccad21497 100644 --- a/x11/qt3-tools/Makefile +++ b/x11/qt3-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2010/01/18 09:59:43 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2010/06/13 22:45:51 wiz Exp $ PKG_DESTDIR_SUPPORT= user-destdir @@ -11,7 +11,7 @@ GCC_REQD+= 3.4 .include "../../x11/qt3-libs/Makefile.common" PKGNAME= qt3-tools-${QTVERSION} -PKGREVISION= 5 +PKGREVISION= 6 COMMENT= QT GUI (WYSIWYG) builder and other tools DEPENDS+= libtool-base-[0-9]*:../../devel/libtool-base diff --git a/x11/qt3-tools/buildlink3.mk b/x11/qt3-tools/buildlink3.mk index 8746a773e87..358bb0a48ea 100644 --- a/x11/qt3-tools/buildlink3.mk +++ b/x11/qt3-tools/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.17 2010/01/18 09:59:43 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.18 2010/06/13 22:45:51 wiz Exp $ BUILDLINK_TREE+= qt3-tools @@ -6,7 +6,7 @@ BUILDLINK_TREE+= qt3-tools QT3_TOOLS_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.qt3-tools+= qt3-tools>=3.1.2nb3 -BUILDLINK_ABI_DEPENDS.qt3-tools+= qt3-tools>=3.3.8nb5 +BUILDLINK_ABI_DEPENDS.qt3-tools+= qt3-tools>=3.3.8nb6 BUILDLINK_PKGSRCDIR.qt3-tools?= ../../x11/qt3-tools BUILDLINK_DEPMETHOD.qt3-tools?= build |