diff options
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 7c23ff397cd..2f4be9fb00f 100644 --- a/x11/qt3-tools/Makefile +++ b/x11/qt3-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2013/06/06 12:53:52 wiz Exp $ +# $NetBSD: Makefile,v 1.71 2013/10/09 17:39:01 wiz 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= 14 +PKGREVISION= 15 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 2da9b6bec4d..38e2b10be0f 100644 --- a/x11/qt3-tools/buildlink3.mk +++ b/x11/qt3-tools/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.25 2013/06/06 12:53:52 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.26 2013/10/09 17:39:01 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.8nb14 +BUILDLINK_ABI_DEPENDS.qt3-tools+= qt3-tools>=3.3.8nb15 BUILDLINK_PKGSRCDIR.qt3-tools?= ../../x11/qt3-tools BUILDLINK_DEPMETHOD.qt3-tools?= build |