diff options
Diffstat (limited to 'x11/qt3-tools/Makefile')
-rw-r--r-- | x11/qt3-tools/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |