diff options
author | jlam <jlam> | 2002-08-26 17:33:28 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-08-26 17:33:28 +0000 |
commit | b336094be7261b5138d8602557a44bfbce57993a (patch) | |
tree | 31480a2e5df313696b542ee27267dc3dbf6944cb /x11/qt2-docs | |
parent | 75bc3e84409351142c9292b0d6b7a933b7ae7a5e (diff) | |
download | pkgsrc-b336094be7261b5138d8602557a44bfbce57993a.tar.gz |
Use buildlink2.
Diffstat (limited to 'x11/qt2-docs')
-rw-r--r-- | x11/qt2-docs/Makefile | 5 |
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" |