diff options
author | hasso <hasso> | 2009-06-13 11:55:50 +0000 |
---|---|---|
committer | hasso <hasso> | 2009-06-13 11:55:50 +0000 |
commit | 7561ba26b75e4ddd1d63cdbabdf541db17dfdc16 (patch) | |
tree | c9c705e10685055a7cc1f2efc7661f8a110627df /x11/qt4-mysql | |
parent | 7e076ca99cc8f46dea10637cd90fc0841ff161d7 (diff) | |
download | pkgsrc-7561ba26b75e4ddd1d63cdbabdf541db17dfdc16.tar.gz |
Update to 4.5.1. Most of work done by Matthias Drochner. Upstream changelog
is too massive, see http://doc.qtsoftware.com/4.5/qt4-5-intro.html as
starting point.
Diffstat (limited to 'x11/qt4-mysql')
-rw-r--r-- | x11/qt4-mysql/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/qt4-mysql/Makefile b/x11/qt4-mysql/Makefile index 0bcbdd302d0..82622e037e7 100644 --- a/x11/qt4-mysql/Makefile +++ b/x11/qt4-mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/04/15 20:39:42 markd Exp $ +# $NetBSD: Makefile,v 1.2 2009/06/13 11:55:51 hasso Exp $ .include "../../x11/qt4-libs/Makefile.common" @@ -11,6 +11,7 @@ CONFIGURE_ARGS+= -L${QTDIR}/lib BUILD_QT4= yes do-build: + cd ${WRKSRC}/src/tools/bootstrap && env ${MAKE_ENV} ${GMAKE} cd ${WRKSRC}/src/tools/moc && env ${MAKE_ENV} ${GMAKE} cd ${WRKSRC}/src/plugins/sqldrivers/mysql && env ${MAKE_ENV} ${GMAKE} |