summaryrefslogtreecommitdiff
path: root/x11/qt2-docs
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-08-26 17:33:28 +0000
committerjlam <jlam@pkgsrc.org>2002-08-26 17:33:28 +0000
commite9a74e4652c3e7d977344024b9c9a07b203e42f7 (patch)
tree31480a2e5df313696b542ee27267dc3dbf6944cb /x11/qt2-docs
parentd7cbb07612ff6d928ac85f19395fd5efd1073ebd (diff)
downloadpkgsrc-e9a74e4652c3e7d977344024b9c9a07b203e42f7.tar.gz
Use buildlink2.
Diffstat (limited to 'x11/qt2-docs')
-rw-r--r--x11/qt2-docs/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/qt2-docs/Makefile b/x11/qt2-docs/Makefile
index 89ae9b19d4e..12c7222e4b2 100644
--- a/x11/qt2-docs/Makefile
+++ b/x11/qt2-docs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2002/08/25 21:52:41 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2002/08/26 17:33:28 jlam Exp $
#
PKGNAME= qt2-docs-${QTVERSION}
@@ -10,6 +10,7 @@ BUILDLINK_DEPENDS.qt2-libs= qt2-libs>=${QTVERSION}nb2
.include "../qt2-libs/Makefile.common"
+USE_BUILDLINK2= yes
NO_PATCH= yes
NO_CONFIGURE= yes
NO_BUILD= yes
@@ -44,6 +45,6 @@ do-install:
${INSTALL_DATA} $${f} ${QTPREFIX}/$${f}; \
done)
-.include "../../x11/qt2-libs/buildlink.mk"
+.include "../../x11/qt2-libs/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"