diff options
author | drochner <drochner@pkgsrc.org> | 2002-03-19 17:54:33 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-03-19 17:54:33 +0000 |
commit | 38e427917b81a15848da7a6ba2a8b15a1a695c06 (patch) | |
tree | 4c637084c1a3eb91cd66ed34a1524ec7b6df74b4 /x11/qt3-docs/Makefile | |
parent | 9234c060b29bf9a9f732a1f3fa3ecdb26302778a (diff) | |
download | pkgsrc-38e427917b81a15848da7a6ba2a8b15a1a695c06.tar.gz |
update to 3.0.2
"Qt 3.0.2 is a bugfix release. It maintains both forward and backward
compatibility (source and binary) with Qt 3.0.1."
Diffstat (limited to 'x11/qt3-docs/Makefile')
-rw-r--r-- | x11/qt3-docs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/qt3-docs/Makefile b/x11/qt3-docs/Makefile index e36ee87d47e..71537eda977 100644 --- a/x11/qt3-docs/Makefile +++ b/x11/qt3-docs/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.2 2002/03/13 17:38:02 fredb Exp $ +# $NetBSD: Makefile,v 1.3 2002/03/19 17:54:35 drochner Exp $ # .include "../qt3-libs/Makefile.common" PKGNAME= qt3-docs-${QTVERSION} -PKGREVISION= 1 COMMENT= Documentation for the QT C++ X GUI toolkit NO_BUILDLINK_ONLY= yes -BUILDLINK_DEPENDS.qt3-libs= qt3-libs-${QTVERSION}nb1 +BUILDLINK_DEPENDS.qt3-libs= qt3-libs-${QTVERSION} NO_PATCH= yes NO_CONFIGURE= yes |