diff options
author | jlam <jlam@pkgsrc.org> | 2002-08-25 21:50:52 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-08-25 21:50:52 +0000 |
commit | a020ed9056d4d74e13cd2a99898f3dec09c162b7 (patch) | |
tree | f54fdc39f5381d6b58a06e7e3ed458f63f0e9df2 /x11/qt2-examples | |
parent | 287b5c5601b23446d25c27bbf0140c8dc4b4391e (diff) | |
download | pkgsrc-a020ed9056d4d74e13cd2a99898f3dec09c162b7.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-examples')
-rw-r--r-- | x11/qt2-examples/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/qt2-examples/Makefile b/x11/qt2-examples/Makefile index 0e13d59c9e8..118d7ac08e2 100644 --- a/x11/qt2-examples/Makefile +++ b/x11/qt2-examples/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.7 2002/03/13 17:38:02 fredb Exp $ +# $NetBSD: Makefile,v 1.8 2002/08/25 21:52:42 jlam Exp $ # PKGNAME= qt2-examples-${QTVERSION} PKGREVISION= 2 COMMENT= QT2 Tutorial, example code and HTML documentation -.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" + CONFIGURE_ENV+= QTDIR=${QTPREFIX} do-build: @@ -38,4 +38,5 @@ do-install: done) .include "../../x11/qt2-libs/buildlink.mk" + .include "../../mk/bsd.pkg.mk" |