summaryrefslogtreecommitdiff
path: root/x11/qt2-docs
diff options
context:
space:
mode:
authorjlam <jlam>2002-08-25 21:50:52 +0000
committerjlam <jlam>2002-08-25 21:50:52 +0000
commit4bfcc34161358d51d868f816c923eb93f927a412 (patch)
treef54fdc39f5381d6b58a06e7e3ed458f63f0e9df2 /x11/qt2-docs
parent8820d0b0e1e20d3278c7c39632417b4d9ca31899 (diff)
downloadpkgsrc-4bfcc34161358d51d868f816c923eb93f927a412.tar.gz
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
Diffstat (limited to 'x11/qt2-docs')
-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"