diff options
author | tron <tron> | 2013-06-04 22:15:37 +0000 |
---|---|---|
committer | tron <tron> | 2013-06-04 22:15:37 +0000 |
commit | 380d9fe620b0cfe80698a4c15fc2ae3bb5485aba (patch) | |
tree | 6b8ed11551c6ae6edf7530700df81d41fe88397e /x11/qt3-tools | |
parent | 32c6b5730534fd6aec4757823f8d305cabccf0b0 (diff) | |
download | pkgsrc-380d9fe620b0cfe80698a4c15fc2ae3bb5485aba.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/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 6087f4f87ae..23166f836f5 100644 --- a/x11/qt3-tools/Makefile +++ b/x11/qt3-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2013/06/03 10:06:23 wiz Exp $ +# $NetBSD: Makefile,v 1.69 2013/06/04 22:17:30 tron Exp $ .include "../../mk/bsd.prefs.mk" # XXX: hack - work round an ICE with GCC 3.3 on sparc @@ -9,7 +9,7 @@ GCC_REQD+= 3.4 .include "../../x11/qt3-libs/Makefile.common" PKGNAME= qt3-tools-${QTVERSION} -PKGREVISION= 12 +PKGREVISION= 13 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 75150ac87bc..6fd7fa53b4c 100644 --- a/x11/qt3-tools/buildlink3.mk +++ b/x11/qt3-tools/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.23 2013/06/03 10:06:23 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.24 2013/06/04 22:17:30 tron 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.8nb12 +BUILDLINK_ABI_DEPENDS.qt3-tools+= qt3-tools>=3.3.8nb13 BUILDLINK_PKGSRCDIR.qt3-tools?= ../../x11/qt3-tools BUILDLINK_DEPMETHOD.qt3-tools?= build |