diff options
author | hasso <hasso@pkgsrc.org> | 2009-06-13 11:55:50 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-06-13 11:55:50 +0000 |
commit | 0a929c8f689ea685afa81a2861e4684af2892eea (patch) | |
tree | c9c705e10685055a7cc1f2efc7661f8a110627df /x11/qt4-mysql/Makefile | |
parent | 64c599cc4ec53f2ac7799f0d6356c823cc1479b2 (diff) | |
download | pkgsrc-0a929c8f689ea685afa81a2861e4684af2892eea.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/Makefile')
-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} |