summaryrefslogtreecommitdiff
path: root/x11/qt2-docs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/qt2-docs/Makefile')
-rw-r--r--x11/qt2-docs/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/qt2-docs/Makefile b/x11/qt2-docs/Makefile
index fbe6cfd64b9..89ae9b19d4e 100644
--- a/x11/qt2-docs/Makefile
+++ b/x11/qt2-docs/Makefile
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.12 2002/03/13 17:38:01 fredb Exp $
+# $NetBSD: Makefile,v 1.13 2002/08/25 21:52:41 jlam Exp $
#
PKGNAME= qt2-docs-${QTVERSION}
PKGREVISION= 2
COMMENT= Documentation for the QT C++ X GUI toolkit
-.include "../qt2-libs/Makefile.common"
-
-USE_BUILDLINK_ONLY= yes
+USE_BUILDLINK2= yes
BUILDLINK_DEPENDS.qt2-libs= qt2-libs>=${QTVERSION}nb2
+.include "../qt2-libs/Makefile.common"
+
NO_PATCH= yes
NO_CONFIGURE= yes
NO_BUILD= yes
@@ -45,4 +45,5 @@ do-install:
done)
.include "../../x11/qt2-libs/buildlink.mk"
+
.include "../../mk/bsd.pkg.mk"