diff options
author | markd <markd@pkgsrc.org> | 2004-10-19 13:27:48 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-10-19 13:27:48 +0000 |
commit | 8535c026518d6aea6dadb1e642f7e93ae7bad7fe (patch) | |
tree | cde881b84952c6a5898cb19ee23d74c3372da3da /x11/qt3-tools | |
parent | 07d10f1c696306b22dfc4a5565ee79f6aa88af80 (diff) | |
download | pkgsrc-8535c026518d6aea6dadb1e642f7e93ae7bad7fe.tar.gz |
Bring the qmake.conf we use in line with those from qt 3.3.3.
Bump PKGREVISION of qt3-tools.
Noted by Christoph Badura.
Diffstat (limited to 'x11/qt3-tools')
-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 36ace86174e..47a6b8c6ab5 100644 --- a/x11/qt3-tools/Makefile +++ b/x11/qt3-tools/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.28 2004/10/13 03:11:50 tv Exp $ +# $NetBSD: Makefile,v 1.29 2004/10/19 13:27:48 markd Exp $ # .include "../qt3-libs/Makefile.common" PKGNAME= qt3-tools-${QTVERSION} -PKGREVISION= 2 +PKGREVISION= 3 COMMENT= QT GUI (WYSIWYG) builder and other tools CONFIGURE_ARGS+= -I${QTDIR}/include \ |