diff options
author | adam <adam@pkgsrc.org> | 2006-10-23 14:54:11 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-10-23 14:54:11 +0000 |
commit | 3c213e504ffddd4c2756ea68ef0a790a19171d78 (patch) | |
tree | 7fd9d529e09e8cc99c7779cd4754d5a9e9f23cdb /x11/qt3-tools | |
parent | fa312b753c9a5543d1812afd55c12b9ae7b629ac (diff) | |
download | pkgsrc-3c213e504ffddd4c2756ea68ef0a790a19171d78.tar.gz |
Changes 3.3.7:
* Fixed security flaw in the way Qt handles pixmap images
Diffstat (limited to 'x11/qt3-tools')
-rw-r--r-- | x11/qt3-tools/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/qt3-tools/Makefile b/x11/qt3-tools/Makefile index 81959ec922d..acb74a74b67 100644 --- a/x11/qt3-tools/Makefile +++ b/x11/qt3-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2006/07/23 14:47:14 rillig Exp $ +# $NetBSD: Makefile,v 1.50 2006/10/23 14:54:11 adam Exp $ .include "../../mk/bsd.prefs.mk" # XXX: hack - work round an ICE with GCC 3.3 on sparc @@ -9,7 +9,6 @@ GCC_REQD+= 3.4 .include "../../x11/qt3-libs/Makefile.common" PKGNAME= qt3-tools-${QTVERSION} -PKGREVISION= 1 COMMENT= QT GUI (WYSIWYG) builder and other tools DEPENDS+= libtool-base-[0-9]*:../../devel/libtool-base |