diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt3-docs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/qt3-docs/Makefile b/x11/qt3-docs/Makefile index 84c72261600..f5c05172531 100644 --- a/x11/qt3-docs/Makefile +++ b/x11/qt3-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/08/28 14:41:59 skrll Exp $ +# $NetBSD: Makefile,v 1.8 2002/10/02 07:27:41 jlam Exp $ # .include "../qt3-libs/Makefile.common" @@ -7,6 +7,7 @@ PKGNAME= qt3-docs-${QTVERSION} COMMENT= Documentation for the QT C++ X GUI toolkit USE_BUILDLINK2= yes +BUILD_QT3= yes NO_PATCH= yes NO_CONFIGURE= yes |