diff options
author | jlam <jlam@pkgsrc.org> | 2002-10-09 21:01:08 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-10-09 21:01:08 +0000 |
commit | 187592cad515b7884390ea7cf34d8540c710f5ee (patch) | |
tree | 7b9ae8edd5b789ecff61726fb8213fd5080d6c78 /x11/qt3-tools | |
parent | a3381b61dcf6260841bc3bf2491334c32d9d22b9 (diff) | |
download | pkgsrc-187592cad515b7884390ea7cf34d8540c710f5ee.tar.gz |
Bump PKGREVISION as a result of fixing the installed qmake.conf files.
Diffstat (limited to 'x11/qt3-tools')
-rw-r--r-- | x11/qt3-tools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/qt3-tools/Makefile b/x11/qt3-tools/Makefile index 48e4de4f7a0..5ef55013ec1 100644 --- a/x11/qt3-tools/Makefile +++ b/x11/qt3-tools/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.11 2002/10/02 07:46:44 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2002/10/09 21:01:08 jlam Exp $ # .include "../qt3-libs/Makefile.common" PKGNAME= qt3-tools-${QTVERSION} +PKGREVISION= 1 COMMENT= QT GUI (WYSIWYG) builder and other tools CONFIGURE_ARGS+= -I${QTDIR}/include \ |