diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 22:52:03 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 22:52:03 +0000 |
commit | c13469ee3ca3f6c0d23d6176f907558bc58757cf (patch) | |
tree | aea4dfc749b9814465d8809fe991aad70ced672b /x11/qt2-examples | |
parent | a50b622c6877278362fbc0c171864fe4f117d770 (diff) | |
download | pkgsrc-c13469ee3ca3f6c0d23d6176f907558bc58757cf.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'x11/qt2-examples')
-rw-r--r-- | x11/qt2-examples/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/qt2-examples/Makefile b/x11/qt2-examples/Makefile index 75b13a454cb..276577c1e9d 100644 --- a/x11/qt2-examples/Makefile +++ b/x11/qt2-examples/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.9 2002/08/26 17:34:01 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2004/04/11 22:52:03 snj Exp $ # PKGNAME= qt2-examples-${QTVERSION} PKGREVISION= 2 COMMENT= QT2 Tutorial, example code and HTML documentation -USE_BUILDLINK2= yes -BUILDLINK_DEPENDS.qt2-libs= qt2-libs>=${QTVERSION}nb2 +USE_BUILDLINK3= yes .include "../qt2-libs/Makefile.common" @@ -37,6 +36,6 @@ do-install: ${INSTALL_DATA} $${f} ${QTPREFIX}/$${f}; \ done) -.include "../../x11/qt2-libs/buildlink2.mk" +.include "../../x11/qt2-libs/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |