diff options
author | jlam <jlam> | 2002-10-09 21:01:08 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-10-09 21:01:08 +0000 |
commit | ea3f2687012e4ce0d666c3971f2e6549b55c4157 (patch) | |
tree | 7b9ae8edd5b789ecff61726fb8213fd5080d6c78 /x11 | |
parent | 5c175dcc0e24067d18203c26a43baf28dff55be7 (diff) | |
download | pkgsrc-ea3f2687012e4ce0d666c3971f2e6549b55c4157.tar.gz |
Bump PKGREVISION as a result of fixing the installed qmake.conf files.
Diffstat (limited to 'x11')
-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 \ |